Searched refs:predfunc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/ |
D | i32operations.c | 28 int (*predfunc)(int32_t, int32_t); member 53 printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, a))); in main() 54 printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, a))); in main() 55 printf("a %s b = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, b))); in main() 56 printf("a %s c = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, c))); in main() 57 printf("d %s e = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(d, e))); in main() 58 printf("e %s e = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(e, e))); in main()
|
D | i64operations.h | 31 int (*predfunc) (int64_t, int64_t); member 39 int (*predfunc) (uint64_t, uint64_t); member
|
D | i64operations.c | 264 pred_result = (*pred->predfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs); in compare_expect_int64() 316 pred_result = (*pred->predfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs); in compare_expect_uint64()
|