Lines Matching refs:CFI_SP
55 case CFI_SP: in arch_callee_saved_reg()
97 #define have_SIB() ((modrm_rm & 7) == CFI_SP && mod_is_mem())
100 sib_base == (reg) && sib_index == CFI_SP : \
184 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
191 op->dest.reg = CFI_SP; in arch_decode_instruction()
249 if (!rm_is_reg(CFI_SP)) in arch_decode_instruction()
271 op->src.reg = CFI_SP; in arch_decode_instruction()
274 op->dest.reg = CFI_SP; in arch_decode_instruction()
282 op->src.reg = CFI_SP; in arch_decode_instruction()
285 op->dest.reg = CFI_SP; in arch_decode_instruction()
300 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
306 op->src.reg = CFI_SP; in arch_decode_instruction()
320 if (sib_index != CFI_SP) in arch_decode_instruction()
327 op->src.reg = CFI_SP; in arch_decode_instruction()
338 if (rm_is_reg(CFI_SP)) { in arch_decode_instruction()
345 op->dest.reg = CFI_SP; in arch_decode_instruction()
368 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
375 op->dest.reg = CFI_SP; in arch_decode_instruction()
400 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
405 op->src.reg = CFI_SP; in arch_decode_instruction()
432 if (sib_index != CFI_SP) in arch_decode_instruction()
554 op->dest.reg = CFI_SP; in arch_decode_instruction()
623 op->src.reg = CFI_SP; in arch_decode_instruction()
626 op->dest.reg = CFI_SP; in arch_decode_instruction()
712 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
765 *base = CFI_SP; in arch_decode_hint_reg()