Home
last modified time | relevance | path

Searched refs:FuncLlc (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_main.cpp48 FuncTypeUnsigned FuncLlc; in testsInt() member
80 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt()
107 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt()
131 FuncTypeUnsigned FuncLlc; in testsIntWithZero() member
161 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero()
182 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero()
209 FuncTypeUnsigned FuncLlc; in testsVecInt() member
242 TypeUnsigned ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecInt()
282 FuncType FuncLlc; in testsVecI1() member
304 Ty ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecI1()
[all …]
Dtest_bitmanip_main.cpp53 FuncType FuncLlc; in testBitManip() member
70 Type ResultLlc = Funcs[f].FuncLlc(Value); in testBitManip()
89 FuncType FuncLlc; in testByteSwap() member
100 Type ResultLlc = Funcs[f].FuncLlc(Value); in testByteSwap()
Dtest_sync_atomic_main.cpp64 FuncType FuncLlc; in testAtomicRMW() member
88 Type ResultLlc1 = Funcs[f].FuncLlc(fetch_first, AtomicLoc, Value2); in testAtomicRMW()
115 FuncType FuncLlc; in testValCompareAndSwap() member
135 Funcs[f].FuncLlc(AtomicLoc, flip ? Value2 : Value1, Value2); in testValCompareAndSwap()
185 FuncType FuncLlc; in testAtomicRMWThreads() member
208 ThreadData<Type> TDataLlc = {Funcs[f].FuncLlc, fetch_first, AtomicLoc, in testAtomicRMWThreads()
Dtest_stacksave_main.c32 FuncType FuncLlc; in DECLARE_TESTS() member
44 uint32_t llc_result = Funcs[f].FuncLlc(size_to_test, start, inc); in DECLARE_TESTS()
Dtest_arith_main.cpp255 FuncType FuncLlc; in testsFp() member
273 Type ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsFp()
326 FuncType FuncLlc; in testsVecFp() member
348 v4f32 ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecFp()