Searched refs:selfunc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Di64operations.h32 int64_t (*selfunc) (int64_t, int64_t, int64_t, int64_t); member in struct:int64_pred_s
40 uint64_t (*selfunc) (uint64_t, uint64_t, uint64_t, uint64_t); member in struct:uint64_pred_s
H A Di32operations.c29 int (*selfunc)(int32_t, int32_t, int32_t, int32_t); member in struct:pred_s
60 printf("a %s a ? c : d = %d\n", preds[i].name, (*preds[i].selfunc)(a, a, c, d));
61 printf("a %s a ? c : d == c (%s)\n", preds[i].name, boolstring((*preds[i].selfunc)(a, a, c, d) == c));
62 printf("a %s b ? c : d = %d\n", preds[i].name, (*preds[i].selfunc)(a, b, c, d));
63 printf("a %s b ? c : d == d (%s)\n", preds[i].name, boolstring((*preds[i].selfunc)(a, b, c, d) == d));
H A Di64operations.c280 selresult = (pred->selfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs,
331 selresult = (pred->selfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs,

Completed in 76 milliseconds