Searched refs:isdiv (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_arith_main.cpp | 68 #define X(inst, op, isdiv, isshift) \ in testsInt() argument 69 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv } \ in testsInt() 73 #define X(inst, op, isdiv, isshift) \ in testsInt() argument 74 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv } \ in testsInt() 189 #define X(inst, op, isdiv, isshift) \ in testsVecInt() argument 190 { STR(inst), test##inst, Subzero_::test##inst, NULL, NULL, isdiv, isshift } \ in testsVecInt() 194 #define X(inst, op, isdiv, isshift) \ in testsVecInt() argument 195 { STR(inst), NULL, NULL, test##inst, Subzero_::test##inst, isdiv, isshift } \ in testsVecInt()
|
D | test_arith.h | 21 #define X(inst, op, isdiv, isshift) \ argument 33 #define X(inst, op, isdiv, isshift) \ argument
|
D | test_arith.def | 32 //#define X(inst, op, isdiv, isshift) 39 //#define X(inst, op, isdiv, isshift)
|
D | test_arith.cpp | 26 #define X(inst, op, isdiv, isshift) \ 38 #define X(inst, op, isdiv, isshift) \
|