Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_bitmanip_main.cpp28 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()
Dtest_arith_main.cpp32 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 …]
Dtest_calling_conv_main.cpp25 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()
Dtest_sync_atomic_main.cpp32 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()
Dtest_strengthreduce_main.cpp24 namespace Subzero_ { namespace
41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \ in main()
50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \ in main()
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_icmp_main.cpp27 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()
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