Home
last modified time | relevance | path

Searched refs:Subzero_ (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_bitmanip_main.cpp28 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()
Dtest_arith_main.cpp32 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 …]
Dtest_calling_conv_main.cpp25 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()
Dtest_sync_atomic_main.cpp32 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()
Dtest_strengthreduce_main.cpp24 namespace Subzero_ { namespace
41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \ in main()
50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \ in main()
Dtest_icmp_main.cpp27 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()
Dmem_intrin_main.cpp10 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()
Dtest_select_main.cpp24 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()
Dtest_global_main.cpp22 namespace Subzero_ { namespace
59 SzArray = Subzero_::getArray(i, SzArrayLen); in main()
Dtest_cast_main.cpp31 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); \
Dtest_stacksave_main.c23 DECLARE_TESTS(Subzero_) in DECLARE_TESTS() argument
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dextern_globals.ll15 ; RUN: -prefix Subzero_ | FileCheck --check-prefix=CROSS %s