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

  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 107 scratchRegs[0] = PhysicalReg_SCRATCH_1;
123 scratchRegs[0] = PhysicalReg_SCRATCH_1;
138 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
139 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_Null;
LowerReturn.cpp 46 scratchRegs[0] = PhysicalReg_SCRATCH_7;
86 scratchRegs[0] = PhysicalReg_EAX;
94 scratchRegs[0] = PhysicalReg_SCRATCH_4;
129 scratchRegs[0] = PhysicalReg_SCRATCH_1;
144 scratchRegs[0] = PhysicalReg_SCRATCH_10; scratchRegs[1] = PhysicalReg_Null;
145 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
LowerObject.cpp 37 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
49 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_SCRATCH_2;
108 scratchRegs[0] = PhysicalReg_SCRATCH_3;
204 scratchRegs[0] = PhysicalReg_SCRATCH_1;
205 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
231 scratchRegs[0] = PhysicalReg_SCRATCH_2;
260 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_SCRATCH_2
    [all...]
LowerInvoke.cpp 89 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
147 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
282 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
297 scratchRegs[0] = PhysicalReg_SCRATCH_3; scratchRegs[1] = PhysicalReg_Null;
766 scratchRegs[0] = PhysicalReg_EBX; scratchRegs[1] = PhysicalReg_ESI
    [all...]
LowerJump.cpp     [all...]
LowerGetPut.cpp 371 scratchRegs[0] = PhysicalReg_SCRATCH_1;
490 scratchRegs[0] = PhysicalReg_SCRATCH_3;
514 scratchRegs[0] = PhysicalReg_SCRATCH_3;
694 scratchRegs[0] = PhysicalReg_SCRATCH_3;
721 scratchRegs[0] = PhysicalReg_SCRATCH_3;
LowerHelper.cpp     [all...]
CodegenInterface.cpp 652 scratchRegs[0] = PhysicalReg_EAX;
674 scratchRegs[0] = PhysicalReg_EAX;
693 scratchRegs[0] = PhysicalReg_EAX;
712 scratchRegs[0] = PhysicalReg_EAX;
726 scratchRegs[0] = PhysicalReg_EAX;
    [all...]
Lower.h 517 extern PhysicalReg scratchRegs[4];
519 #define C_SCRATCH_1 scratchRegs[0]
520 #define C_SCRATCH_2 scratchRegs[1]
521 #define C_SCRATCH_3 scratchRegs[2] //scratch reg inside callee
    [all...]
LowerAlu.cpp     [all...]
Lower.cpp 39 PhysicalReg scratchRegs[4];
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 332 RegisterSpec[] scratchRegs = new RegisterSpec[sourceCount];
339 scratchRegs[i] = scratch;
345 RegisterSpec scratch = scratchRegs[which];
    [all...]

Completed in 701 milliseconds