HomeSort by relevance Sort by last modified time
    Searched refs:TestLeaIndex32bitDisp (Results 1 - 2 of 2) sorted by null

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

Completed in 384 milliseconds