Home
last modified time | relevance | path

Searched refs:TestLeaIndex32bitDisp (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp129 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \ in TEST_F() macro
238 TestLeaIndex32bitDisp(r1, 0x2000u, Disp, r2, r3, r4, r6); in TEST_F()
239 TestLeaIndex32bitDisp(r2, 0x4010u, Disp, r3, r4, r6, r7); in TEST_F()
240 TestLeaIndex32bitDisp(r3, 0x6020u, Disp, r4, r6, r7, r5); in TEST_F()
241 TestLeaIndex32bitDisp(r4, 0x8030u, Disp, r6, r7, r5, r10); in TEST_F()
242 TestLeaIndex32bitDisp(r6, 0xA040u, Disp, r7, r5, r10, r1); in TEST_F()
243 TestLeaIndex32bitDisp(r7, 0xC050u, Disp, r5, r10, r1, r11); in TEST_F()
244 TestLeaIndex32bitDisp(r8, 0xC060u, Disp, r10, r1, r11, r12); in TEST_F()
245 TestLeaIndex32bitDisp(r9, 0xC100u, Disp, r1, r11, r12, r13); in TEST_F()
246 TestLeaIndex32bitDisp(r10, 0xC008u, Disp, r11, r12, r13, r14); in TEST_F()
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp143 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \ in TEST_F() macro
244 TestLeaIndex32bitDisp(eax, 0x2000u, Disp, ebx, ecx, edx, esi); in TEST_F()
245 TestLeaIndex32bitDisp(ebx, 0x4000u, Disp, ecx, edx, esi, edi); in TEST_F()
246 TestLeaIndex32bitDisp(ecx, 0x6000u, Disp, edx, esi, edi, eax); in TEST_F()
247 TestLeaIndex32bitDisp(edx, 0x8000u, Disp, esi, edi, eax, ebx); in TEST_F()
248 TestLeaIndex32bitDisp(esi, 0xA000u, Disp, edi, eax, ebx, ecx); in TEST_F()
249 TestLeaIndex32bitDisp(edi, 0xC000u, Disp, eax, ebx, ecx, edx); in TEST_F()