Searched refs:TestArithSS (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 87 #define TestArithSS(FloatSize, Src, Dst0, Dst1) \ in TEST_F() macro 99 TestArithSS(32, xmm0, xmm1, xmm2); in TEST_F() 100 TestArithSS(32, xmm1, xmm2, xmm3); in TEST_F() 101 TestArithSS(32, xmm2, xmm3, xmm4); in TEST_F() 102 TestArithSS(32, xmm3, xmm4, xmm5); in TEST_F() 103 TestArithSS(32, xmm4, xmm5, xmm6); in TEST_F() 104 TestArithSS(32, xmm5, xmm6, xmm7); in TEST_F() 105 TestArithSS(32, xmm6, xmm7, xmm0); in TEST_F() 106 TestArithSS(32, xmm7, xmm0, xmm1); in TEST_F() 108 TestArithSS(64, xmm0, xmm1, xmm2); in TEST_F() [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 82 #define TestArithSS(FloatSize, Src, Dst0, Dst1) \ in TEST_F() macro 96 TestArithSS(32, Src, Dst0, Dst1); \ in TEST_F() 97 TestArithSS(64, Src, Dst0, Dst1); \ in TEST_F() 118 #undef TestArithSS in TEST_F()
|