Searched refs:ARM_PC (Results 1 – 2 of 2) sorted by relevance
74 #define CALLEE_POP_MASK (CALLEE_MASK | 1 << ARM_PC)420 emit(ARM_LDR_I(rd, ARM_PC, imm_offset(val, ctx)), ctx); in emit_mov_i_no8m()443 emit(ARM_MOV_R(ARM_PC, tgt_reg), ctx); in emit_bx_r()449 emit(ARM_MOV_R(ARM_LR, ARM_PC), ctx); in emit_blx_r()1259 u16 reg_set = CALLEE_PUSH_MASK | 1 << ARM_IP | 1 << ARM_PC; in build_prologue()
30 #define ARM_PC 15 /* Program counter */ macro