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

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
ControlFlow.cpp 203 // TestImplReg uses jmp(Label), so jmp(Label) needs to be tested before it.
248 #define TestImplReg(Dst) \
286 TestImplReg(r1);
287 TestImplReg(r2);
288 TestImplReg(r3);
289 TestImplReg(r4);
290 TestImplReg(r5);
291 TestImplReg(r6);
292 TestImplReg(r7);
293 TestImplReg(r8)
    [all...]
GPRArith.cpp     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
ControlFlow.cpp 147 // TestImplReg uses jmp(Label), so jmp(Label) needs to be tested before it.
192 #define TestImplReg(Dst) \
230 TestImplReg(eax);
231 TestImplReg(ebx);
232 TestImplReg(ecx);
233 TestImplReg(edx);
234 TestImplReg(esi);
235 TestImplReg(edi);
237 #undef TestImplReg
GPRArith.cpp     [all...]

Completed in 550 milliseconds