Searched defs:ResultLlc (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_icmp_main.cpp | 74 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt() local 101 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsInt() local 149 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero() local 170 bool ResultLlc = Funcs[f].FuncLlc(Value); in testsIntWithZero() local 224 TypeUnsigned ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecInt() local 285 Ty ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecI1() local 312 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 | 106 TypeUnsigned ResultSz, ResultLlc; in testsInt() local 142 TypeUnsigned ResultSz, ResultLlc; in testsInt() local 221 TypeUnsigned ResultSz, ResultLlc; in testsVecInt() local 274 Type ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsFp() local 292 Type ResultLlc = mySqrt(Value); in testsFp() local 348 v4f32 ResultLlc = Funcs[f].FuncLlc(Value1, Value2); in testsVecFp() local
|
D | test_bitmanip_main.cpp | 107 Type ResultLlc = Funcs[f].FuncLlc(Value); in testBitManip() local 137 Type ResultLlc = Funcs[f].FuncLlc(Value); in testByteSwap() local
|
D | test_fcmp_main.cpp | 92 bool ResultSz, ResultLlc; in testsScalar() local 184 v4si32 ResultSz, ResultLlc; in testsVector() local
|
D | test_sync_atomic_main.cpp | 258 Type ResultLlc = *AtomicLoc; in testAtomicRMWThreads() local
|