Searched refs:selfunc (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/ |
D | i32operations.c | 29 int (*selfunc)(int32_t, int32_t, int32_t, int32_t); member 60 printf("a %s a ? c : d = %d\n", preds[i].name, (*preds[i].selfunc)(a, a, c, d)); in main() 61 …printf("a %s a ? c : d == c (%s)\n", preds[i].name, boolstring((*preds[i].selfunc)(a, a, c, d) == … in main() 62 printf("a %s b ? c : d = %d\n", preds[i].name, (*preds[i].selfunc)(a, b, c, d)); in main() 63 …printf("a %s b ? c : d == d (%s)\n", preds[i].name, boolstring((*preds[i].selfunc)(a, b, c, d) == … in main()
|
D | i64operations.h | 32 int64_t (*selfunc) (int64_t, int64_t, int64_t, int64_t); member 40 uint64_t (*selfunc) (uint64_t, uint64_t, uint64_t, uint64_t); member
|
D | i64operations.c | 280 selresult = (pred->selfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs, in compare_expect_int64() 331 selresult = (pred->selfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs, in compare_expect_uint64()
|