Searched defs:TestPcmpSize (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DXmmArith.cpp2023 #define TestPcmpSize(Dst, Src, Size) \ macro
2039 TestPcmpSize(xmm0, xmm1, 8); \
2040 TestPcmpSize(xmm0, xmm1, 16); \
2041 TestPcmpSize(xmm0, xmm1, 32); \
2054 #undef TestPcmpSize macro
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DXmmArith.cpp2140 #define TestPcmpSize(Dst, Src, Size) \ macro
2156 TestPcmpSize(xmm0, xmm1, 8); \
2157 TestPcmpSize(xmm0, xmm1, 16); \
2158 TestPcmpSize(xmm0, xmm1, 32); \
2179 #undef TestPcmpSize macro

Completed in 50 milliseconds