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

  /dalvik/vm/compiler/codegen/x86/
NcgAot.cpp 44 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
46 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
55 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
57 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
73 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
74 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
90 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
92 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
102 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
103 call_reg(C_SCRATCH_1, isScratchPhysical)
    [all...]
LowerReturn.cpp 97 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical);
103 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical);
LowerHelper.cpp     [all...]
LowerJump.cpp     [all...]
AnalysisO1.cpp     [all...]
Lower.h 519 #define C_SCRATCH_1 scratchRegs[0]
    [all...]

Completed in 57 milliseconds