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

  /art/compiler/dex/quick/arm/
target_arm.cc 27 r11, r12, rARM_SP, rARM_LR, rARM_PC};
28 static int ReservedRegs[] = {rARM_SUSPEND, rARM_SELF, rARM_SP, rARM_LR, rARM_PC};
64 case kPc: res = rARM_PC; break;
arm_lir.h 163 rARM_PC = 15,
call_arm.cc 308 * add rARM_PC, r_disp ; This is the branch from which we compute displacement
622 /* Unspill rARM_LR to rARM_PC */
624 core_spill_mask_ |= (1 << rARM_PC);
627 if (!(core_spill_mask_ & (1 << rARM_PC))) {
628 /* We didn't pop to rARM_PC, so must do a bv rARM_LR */
assemble_arm.cc     [all...]

Completed in 133 milliseconds