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
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 …]
Dtest_bitmanip_main.cpp90 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()
Dtest_sync_atomic_main.cpp94 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()
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.cpp257 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()