Lines Matching refs:CFI_SP
54 case CFI_SP: in arch_callee_saved_reg()
96 #define have_SIB() ((modrm_rm & 7) == CFI_SP && mod_is_mem())
99 sib_base == (reg) && sib_index == CFI_SP : \
167 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
174 op->dest.reg = CFI_SP; in arch_decode_instruction()
232 if (!rm_is_reg(CFI_SP)) in arch_decode_instruction()
254 op->src.reg = CFI_SP; in arch_decode_instruction()
257 op->dest.reg = CFI_SP; in arch_decode_instruction()
265 op->src.reg = CFI_SP; in arch_decode_instruction()
268 op->dest.reg = CFI_SP; in arch_decode_instruction()
283 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
289 op->src.reg = CFI_SP; in arch_decode_instruction()
303 if (sib_index != CFI_SP) in arch_decode_instruction()
310 op->src.reg = CFI_SP; in arch_decode_instruction()
321 if (rm_is_reg(CFI_SP)) { in arch_decode_instruction()
328 op->dest.reg = CFI_SP; in arch_decode_instruction()
351 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
358 op->dest.reg = CFI_SP; in arch_decode_instruction()
383 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
388 op->src.reg = CFI_SP; in arch_decode_instruction()
415 if (sib_index != CFI_SP) in arch_decode_instruction()
523 op->dest.reg = CFI_SP; in arch_decode_instruction()
557 op->src.reg = CFI_SP; in arch_decode_instruction()
560 op->dest.reg = CFI_SP; in arch_decode_instruction()
636 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
791 cfa->base = CFI_SP; in arch_decode_hint_reg()