/external/swiftshader/third_party/subzero/crosstest/ |
D | test_bitmanip_main.cpp | 28 namespace Subzero_ { namespace 94 {STR(inst), test_##inst, Subzero_::test_##inst}, \ in testBitManip() 95 {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \ in testBitManip() 96 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst}, in testBitManip() 129 {"bswap", test_bswap, Subzero_::test_bswap}, in testByteSwap() 130 {"bswap_alloca", test_bswap_alloca, Subzero_::test_bswap_alloca}}; in testByteSwap()
|
D | test_arith_main.cpp | 32 namespace Subzero_ { namespace 69 {STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv}, in testsInt() 73 {STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv}, in testsInt() 79 Subzero_::testMultiplyBy##mult_by, \ in testsInt() 85 Subzero_::testMultiplyByNeg##mult_by, \ in testsInt() 194 {STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv, isshift}, in testsVecInt() 198 {STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv, isshift}, in testsVecInt() 261 {STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst}, in testsFp() 291 Type ResultSz = Subzero_::mySqrt(Value); in testsFp() 303 ResultSz = Subzero_::myFabs(Value); in testsFp() [all …]
|
D | test_calling_conv_main.cpp | 25 namespace Subzero_ { namespace 79 &Subzero_::caller, \ in testCaller() 80 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \ in testCaller() 88 &caller, &Subzero_::caller, reinterpret_cast<CalleePtrTy>(&callee), \ in testCaller() 140 reinterpret_cast<CalleePtrTy>(&Subzero_::callee)}, in testCallee()
|
D | test_sync_atomic_main.cpp | 32 namespace Subzero_ { namespace 98 {STR(inst), test_##inst, Subzero_::test_##inst}, \ in testAtomicRMW() 99 {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \ in testAtomicRMW() 100 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst}, in testAtomicRMW() 147 } Funcs[] = {{"val_cmp_swap", test_val_cmp_swap, Subzero_::test_val_cmp_swap}, in testValCompareAndSwap() 149 Subzero_::test_val_cmp_swap_loop}}; in testValCompareAndSwap() 219 {STR(inst), test_##inst, Subzero_::test_##inst}, \ in testAtomicRMWThreads() 220 {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, in testAtomicRMWThreads()
|
D | test_strengthreduce_main.cpp | 24 namespace Subzero_ { namespace 41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \ in main() 50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \ in main()
|
D | mem_intrin_main.cpp | 10 namespace Subzero_ { namespace 25 int sz_result = Subzero_::test_func(buf, buf2, init_val, len); \ in testVariableLen() 47 int sz_result = Subzero_::test_func##_##NBYTES(init_val); \ in testFixedLen()
|
D | test_icmp_main.cpp | 27 namespace Subzero_ { namespace 53 (FuncTypeUnsigned)Subzero_::icmp##cmp}, in testsInt() 58 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp}, in testsInt() 130 (FuncTypeUnsigned)Subzero_::icmp_zero##cmp}, in testsIntWithZero() 135 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp_zero##cmp}, in testsIntWithZero() 202 (FuncTypeUnsigned)Subzero_::icmp##cmp}, in testsVecInt() 207 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp}, in testsVecInt() 268 {STR(cmp), (FuncType)icmpi1##cmp, (FuncType)Subzero_::icmpi1##cmp}, in testsVecI1()
|
D | test_select_main.cpp | 24 namespace Subzero_ { namespace 53 Ty ResultSz = Subzero_::select(Cond, Value1, Value2); in testSelect() 89 v4f32 ResultSz = Subzero_::select(Cond, Value1, Value2); in testSelect() 119 Ty ResultSz = Subzero_::select_i1(Cond, Value1, Value2); in testSelectI1()
|
D | test_global_main.cpp | 22 namespace Subzero_ { namespace 59 SzArray = Subzero_::getArray(i, SzArrayLen); in main()
|
D | test_cast_main.cpp | 31 namespace Subzero_ { namespace 41 ResultSz = Subzero_::Func<FromCName, ToCName>(Input); \ 61 ResultSz = Subzero_::Func<FromCName, ToCName>(1, Input, 2); \ 81 ResultSz = Subzero_::Func<FromCName, ToCName>(Input); \
|
D | test_stacksave_main.c | 23 DECLARE_TESTS(Subzero_) in DECLARE_TESTS() argument
|