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

  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 138 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
139 scratchRegs[0] = PhysicalReg_SCRATCH_1; scratchRegs[1] = PhysicalReg_Null;
LowerReturn.cpp 144 scratchRegs[0] = PhysicalReg_SCRATCH_10; scratchRegs[1] = PhysicalReg_Null;
145 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
AnalysisO1.cpp 232 bool canSpillReg[PhysicalReg_Null]; //physical registers that should not be spilled
331 global data: RegisterInfo allRegs[PhysicalReg_Null]
413 compileTable[k].physicalReg = PhysicalReg_Null;
419 if(compileTable[k].physicalReg == PhysicalReg_Null) {
434 compileTable[k].physicalReg = PhysicalReg_Null;
462 bool setToInMemory = (compileTable[k].physicalReg == PhysicalReg_Null);
    [all...]
LowerObject.cpp 37 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
205 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
261 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
448 scratchRegs[2] = PhysicalReg_Null; scratchRegs[3] = PhysicalReg_Null;
477 scratchRegs[0] = PhysicalReg_SCRATCH_3; scratchRegs[1] = PhysicalReg_Null;
505 scratchRegs[0] = PhysicalReg_SCRATCH_4; scratchRegs[1] = PhysicalReg_Null;
    [all...]
NcgAot.cpp 177 move_mem_to_reg(size, dataAddr, PhysicalReg_Null, true, reg, isPhysical);
185 move_sd_mem_to_reg(dataAddr, PhysicalReg_Null, true, reg, isPhysical);
LowerHelper.cpp     [all...]
LowerJump.cpp     [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;
767 scratchRegs[2] = PhysicalReg_EDX; scratchRegs[3] = PhysicalReg_Null;
    [all...]
Lower.cpp 233 throw_exception_message(PhysicalReg_ECX, PhysicalReg_EAX, true, PhysicalReg_Null, true);
235 throw_exception(PhysicalReg_ECX, PhysicalReg_EAX, PhysicalReg_Null, true);
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 30 PhysicalReg_Null,

Completed in 823 milliseconds