Searched refs:FuncLlc (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_icmp_main.cpp | 48 FuncTypeUnsigned FuncLlc; in testsInt() member 74 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt() 101 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt() 125 FuncTypeUnsigned FuncLlc; in testsIntWithZero() member 149 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero() 170 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero() 197 FuncTypeUnsigned FuncLlc; in testsVecInt() member 224 TypeUnsigned ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecInt() 264 FuncType FuncLlc; in testsVecI1() member 285 Ty ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecI1() [all …]
|
D | test_bitmanip_main.cpp | 90 FuncType FuncLlc; in testBitManip() member 107 Type ResultLlc = Funcs[f].FuncLlc(Value); in testBitManip() 126 FuncType FuncLlc; in testByteSwap() member 137 Type ResultLlc = Funcs[f].FuncLlc(Value); in testByteSwap()
|
D | test_sync_atomic_main.cpp | 94 FuncType FuncLlc; in testAtomicRMW() member 118 Type ResultLlc1 = Funcs[f].FuncLlc(fetch_first, AtomicLoc, Value2); in testAtomicRMW() 145 FuncType FuncLlc; in testValCompareAndSwap() member 165 Funcs[f].FuncLlc(AtomicLoc, flip ? Value2 : Value1, Value2); in testValCompareAndSwap() 215 FuncType FuncLlc; in testAtomicRMWThreads() member 238 ThreadData<Type> TDataLlc = {Funcs[f].FuncLlc, fetch_first, AtomicLoc, in testAtomicRMWThreads()
|
D | test_stacksave_main.c | 32 FuncType FuncLlc; in DECLARE_TESTS() member 44 uint32_t llc_result = Funcs[f].FuncLlc(size_to_test, start, inc); in DECLARE_TESTS()
|
D | test_arith_main.cpp | 257 FuncType FuncLlc; in testsFp() member 274 Type ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsFp() 327 FuncType FuncLlc; in testsVecFp() member 348 v4f32 ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecFp()
|