Searched refs:TestPArith (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DXmmArith.cpp364 #define TestPArith(Src, Dst) \ macro
371 TestPArith(xmm0, xmm1);
372 TestPArith(xmm1, xmm2);
373 TestPArith(xmm2, xmm3);
374 TestPArith(xmm3, xmm4);
375 TestPArith(xmm4, xmm5);
376 TestPArith(xmm5, xmm6);
377 TestPArith(xmm6, xmm7);
378 TestPArith(xmm7, xmm8);
379 TestPArith(xmm
388 #undef TestPArith macro
[all...]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DXmmArith.cpp367 #define TestPArith(Src, Dst) \ macro
374 TestPArith(xmm0, xmm1);
375 TestPArith(xmm1, xmm2);
376 TestPArith(xmm2, xmm3);
377 TestPArith(xmm3, xmm4);
378 TestPArith(xmm4, xmm5);
379 TestPArith(xmm5, xmm6);
380 TestPArith(xmm6, xmm7);
381 TestPArith(xmm7, xmm0);
383 #undef TestPArith macro
[all...]

Completed in 277 milliseconds