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

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp 112 #define TestLeaBaseDisp(Base, BaseValue, Disp, Dst) \
216 TestLeaBaseDisp(r0, 0x22080Fu, Disp, r1);
217 TestLeaBaseDisp(r1, 0x10000Fu, Disp, r2);
218 TestLeaBaseDisp(r2, 0x20000Fu, Disp, r3);
219 TestLeaBaseDisp(r3, 0x30000Fu, Disp, r4);
220 TestLeaBaseDisp(r4, 0x40000Fu, Disp, r5);
221 TestLeaBaseDisp(r5, 0x50000Fu, Disp, r6);
222 TestLeaBaseDisp(r6, 0x60000Fu, Disp, r7);
223 TestLeaBaseDisp(r7, 0x11000Fu, Disp, r8);
224 TestLeaBaseDisp(r8, 0x11200Fu, Disp, r10)
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp 124 #define TestLeaBaseDisp(Base, BaseValue, Disp, Dst) \
230 TestLeaBaseDisp(eax, 0x10000Fu, Disp, ebx);
231 TestLeaBaseDisp(ebx, 0x20000Fu, Disp, ecx);
232 TestLeaBaseDisp(ecx, 0x30000Fu, Disp, edx);
233 TestLeaBaseDisp(edx, 0x40000Fu, Disp, esi);
234 TestLeaBaseDisp(esi, 0x50000Fu, Disp, edi);
235 TestLeaBaseDisp(edi, 0x60000Fu, Disp, eax);
236 TestLeaBaseDisp(esp, 0x11000Fu, Disp, eax);
237 TestLeaBaseDisp(ebp, 0x22000Fu, Disp, ecx);
290 #undef TestLeaBaseDisp
    [all...]

Completed in 148 milliseconds