/external/swiftshader/third_party/subzero/crosstest/ |
D | test_bitmanip_main.cpp | 28 namespace Subzero_ { namespace 57 { STR(inst), test_##inst, Subzero_::test_##inst } \ in testBitManip() 58 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \ in testBitManip() 59 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst}, in testBitManip() 92 {"bswap", test_bswap, Subzero_::test_bswap}, in testByteSwap() 93 {"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() 74 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv } \ in testsInt() 81 Subzero_::testMultiplyBy##mult_by, NULL, NULL, false \ in testsInt() 84 Subzero_::testMultiplyByNeg##mult_by, NULL, NULL, false}, in testsInt() 190 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv, isshift } \ in testsVecInt() 195 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv, isshift } \ in testsVecInt() 259 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \ in testsFp() 290 Type ResultSz = Subzero_::mySqrt(Value); in testsFp() 302 ResultSz = Subzero_::myFabs(Value); in testsFp() [all …]
|
D | test_calling_conv_main.cpp | 25 namespace Subzero_ { namespace 75 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \ in testCaller() 76 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \ in testCaller() 84 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \ in testCaller() 136 reinterpret_cast<CalleePtrTy>(&Subzero_::callee) \ in testCallee()
|
D | test_sync_atomic_main.cpp | 32 namespace Subzero_ { namespace 68 { STR(inst), test_##inst, Subzero_::test_##inst } \ in testAtomicRMW() 69 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \ in testAtomicRMW() 70 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst}, in testAtomicRMW() 117 } Funcs[] = {{"val_cmp_swap", test_val_cmp_swap, Subzero_::test_val_cmp_swap}, in testValCompareAndSwap() 119 Subzero_::test_val_cmp_swap_loop}}; in testValCompareAndSwap() 189 { STR(inst), test_##inst, Subzero_::test_##inst } \ in testAtomicRMWThreads() 190 , {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 | test_icmp_main.cpp | 27 namespace Subzero_ { namespace 54 (FuncTypeUnsigned)Subzero_::icmp##cmp \ in testsInt() 62 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp \ in testsInt() 137 (FuncTypeUnsigned)Subzero_::icmp_zero##cmp \ in testsIntWithZero() 145 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp_zero##cmp \ in testsIntWithZero() 215 (FuncTypeUnsigned)Subzero_::icmp##cmp \ in testsVecInt() 223 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp \ in testsVecInt() 286 { STR(cmp), (FuncType)icmpi1##cmp, (FuncType)Subzero_::icmpi1##cmp } \ in testsVecI1()
|
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_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
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | extern_globals.ll | 15 ; RUN: -prefix Subzero_ | FileCheck --check-prefix=CROSS %s
|