Searched defs:ResultLlc (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_icmp_main.cpp | 80 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt() local 107 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt() local 161 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero() local 182 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero() local 242 TypeUnsigned ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecInt() local 304 Ty ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecI1() local 331 Ty ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecI1() local
|
D | test_select_main.cpp | 52 Ty ResultLlc = select(Cond, Value1, Value2); in testSelect() local 88 v4f32 ResultLlc = select(Cond, Value1, Value2); in testSelect() local 118 Ty ResultLlc = select_i1(Cond, Value1, Value2); in testSelectI1() local
|
D | test_vector_ops_main.cpp | 82 Ty ResultLlc = VectorOps<T>::insertelement(Vect, Elt, I); in testInsertElement() local 115 CastTy ResultLlc = VectorOps<T>::extractelement(Vect, I); in testExtractElement() local 147 Ty ResultLlc = VectorOps<T>::shufflevector(Vect0, Vect1, Which); in testShuffleVector() local
|
D | test_arith_main.cpp | 102 TypeUnsigned ResultSz, ResultLlc; in testsInt() local 138 TypeUnsigned ResultSz, ResultLlc; in testsInt() local 219 TypeUnsigned ResultSz, ResultLlc; in testsVecInt() local 273 Type ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsFp() local 291 Type ResultLlc = mySqrt(Value); in testsFp() local 348 v4f32 ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecFp() local
|
D | test_bitmanip_main.cpp | 70 Type ResultLlc = Funcs[f].FuncLlc(Value); in testBitManip() local 100 Type ResultLlc = Funcs[f].FuncLlc(Value); in testByteSwap() local
|
D | test_fcmp_main.cpp | 94 bool ResultSz, ResultLlc; in testsScalar() local 188 v4si32 ResultSz, ResultLlc; in testsVector() local
|
D | test_sync_atomic_main.cpp | 228 Type ResultLlc = *AtomicLoc; in testAtomicRMWThreads() local
|