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

/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_strengthreduce_main.cpp16 --prefix=Subzero_ --clang-opt=0 --output=test_strengthreduce */
21 // within the Subzero_ namespace, corresponding to the llc and Subzero
24 namespace Subzero_ { namespace
41 ResultSzS = Subzero_::multiplyByConst##suffix(UVal); \
50 ResultSzU = Subzero_::multiplyByConst##suffix(UVal); \
H A Dtest_bitmanip_main.cpp15 --driver=test_bitmanip_main.cpp --prefix=Subzero_ --output=test_bitmanip */
23 // Subzero_ namespace, corresponding to the llc and Subzero translated
28 namespace Subzero_ { namespace
57 { STR(inst), test_##inst, Subzero_::test_##inst } \
58 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \
59 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst},
92 {"bswap", test_bswap, Subzero_::test_bswap},
93 {"bswap_alloca", test_bswap_alloca, Subzero_::test_bswap_alloca}};
H A Dmem_intrin_main.cpp2 --prefix=Subzero_ --output=mem_intrin */
10 namespace Subzero_ { namespace
25 int sz_result = Subzero_::test_func(buf, buf2, init_val, len); \
47 int sz_result = Subzero_::test_func##_##NBYTES(init_val); \
H A Dtest_global_main.cpp15 --driver=test_global_main.cpp --prefix=Subzero_ --output=test_global */
22 namespace Subzero_ { namespace
59 SzArray = Subzero_::getArray(i, SzArrayLen);
H A Dtest_calling_conv_main.cpp16 --driver=test_calling_conv_main.cpp --prefix=Subzero_ \
25 namespace Subzero_ { namespace
75 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \
76 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \
84 STR(caller), STR(callee), argc, &caller, &Subzero_::caller, \
136 reinterpret_cast<CalleePtrTy>(&Subzero_::callee) \
H A Dtest_arith_main.cpp16 --prefix=Subzero_ --output=test_arith */
28 // Subzero_ namespace, corresponding to the llc and Subzero translated
32 namespace Subzero_ { namespace
69 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv } \
74 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv } \
81 Subzero_::testMultiplyBy##mult_by, NULL, NULL, false \
84 Subzero_::testMultiplyByNeg##mult_by, NULL, NULL, false},
190 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv, isshift } \
195 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv, isshift } \
259 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_
[all...]
H A Dtest_sync_atomic_main.cpp15 --driver=test_sync_atomic_main.cpp --prefix=Subzero_ \
28 // Subzero_ namespace, corresponding to the llc and Subzero translated
32 namespace Subzero_ { namespace
68 { STR(inst), test_##inst, Subzero_::test_##inst } \
69 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_::test_alloca_##inst}, \
70 {STR(inst) "_const", test_const_##inst, Subzero_::test_const_##inst},
117 } Funcs[] = {{"val_cmp_swap", test_val_cmp_swap, Subzero_::test_val_cmp_swap},
119 Subzero_::test_val_cmp_swap_loop}};
189 { STR(inst), test_##inst, Subzero_::test_##inst } \
190 , {STR(inst) "_alloca", test_alloca_##inst, Subzero_
[all...]
H A Dtest_icmp_main.cpp15 --driver=test_icmp_main.cpp --prefix=Subzero_ --output=test_icmp */
23 // Subzero_ namespace, corresponding to the llc and Subzero translated
27 namespace Subzero_ { namespace
54 (FuncTypeUnsigned)Subzero_::icmp##cmp \
62 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp \
137 (FuncTypeUnsigned)Subzero_::icmp_zero##cmp \
145 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp_zero##cmp \
215 (FuncTypeUnsigned)Subzero_::icmp##cmp \
223 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp \
286 { STR(cmp), (FuncType)icmpi1##cmp, (FuncType)Subzero_
[all...]
H A Dtest_select_main.cpp15 --prefix=Subzero_ --output=test_select */
24 namespace Subzero_ { namespace
53 Ty ResultSz = Subzero_::select(Cond, Value1, Value2);
89 v4f32 ResultSz = Subzero_::select(Cond, Value1, Value2);
119 Ty ResultSz = Subzero_::select_i1(Cond, Value1, Value2);
H A Dtest_stacksave_main.c15 --prefix=Subzero_ --output=test_stacksave */
23 DECLARE_TESTS(Subzero_)
H A Dtest_cast_main.cpp16 --driver=test_cast_main.cpp --prefix=Subzero_ --output=test_cast */
28 // Subzero_ namespace, corresponding to the llc and Subzero translated
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); \

Completed in 957 milliseconds