Lines Matching refs:CFI_SP
60 case CFI_SP: in arch_callee_saved_reg()
126 #define have_SIB() ((modrm_rm & 7) == CFI_SP && mod_is_mem())
134 sib_base == (reg) && sib_index == CFI_SP && \
227 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
234 op->dest.reg = CFI_SP; in arch_decode_instruction()
292 if (!rm_is_reg(CFI_SP)) in arch_decode_instruction()
314 op->src.reg = CFI_SP; in arch_decode_instruction()
317 op->dest.reg = CFI_SP; in arch_decode_instruction()
325 op->src.reg = CFI_SP; in arch_decode_instruction()
328 op->dest.reg = CFI_SP; in arch_decode_instruction()
343 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
349 op->src.reg = CFI_SP; in arch_decode_instruction()
363 if (sib_index != CFI_SP) in arch_decode_instruction()
370 op->src.reg = CFI_SP; in arch_decode_instruction()
381 if (rm_is_reg(CFI_SP)) { in arch_decode_instruction()
388 op->dest.reg = CFI_SP; in arch_decode_instruction()
411 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
418 op->dest.reg = CFI_SP; in arch_decode_instruction()
443 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
448 op->src.reg = CFI_SP; in arch_decode_instruction()
471 if (sib_index != CFI_SP) in arch_decode_instruction()
611 op->dest.reg = CFI_SP; in arch_decode_instruction()
680 op->src.reg = CFI_SP; in arch_decode_instruction()
683 op->dest.reg = CFI_SP; in arch_decode_instruction()
772 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
825 *base = CFI_SP; in arch_decode_hint_reg()