Searched refs:TestPArith (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 364 #define TestPArith(Src, Dst) \ in TEST_F() macro 371 TestPArith(xmm0, xmm1); in TEST_F() 372 TestPArith(xmm1, xmm2); in TEST_F() 373 TestPArith(xmm2, xmm3); in TEST_F() 374 TestPArith(xmm3, xmm4); in TEST_F() 375 TestPArith(xmm4, xmm5); in TEST_F() 376 TestPArith(xmm5, xmm6); in TEST_F() 377 TestPArith(xmm6, xmm7); in TEST_F() 378 TestPArith(xmm7, xmm8); in TEST_F() 379 TestPArith(xmm8, xmm9); in TEST_F() [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 367 #define TestPArith(Src, Dst) \ in TEST_F() macro 374 TestPArith(xmm0, xmm1); in TEST_F() 375 TestPArith(xmm1, xmm2); in TEST_F() 376 TestPArith(xmm2, xmm3); in TEST_F() 377 TestPArith(xmm3, xmm4); in TEST_F() 378 TestPArith(xmm4, xmm5); in TEST_F() 379 TestPArith(xmm5, xmm6); in TEST_F() 380 TestPArith(xmm6, xmm7); in TEST_F() 381 TestPArith(xmm7, xmm0); in TEST_F() 383 #undef TestPArith in TEST_F()
|