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 && \
218 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
225 op->dest.reg = CFI_SP; in arch_decode_instruction()
283 if (!rm_is_reg(CFI_SP)) in arch_decode_instruction()
305 op->src.reg = CFI_SP; in arch_decode_instruction()
308 op->dest.reg = CFI_SP; in arch_decode_instruction()
316 op->src.reg = CFI_SP; in arch_decode_instruction()
319 op->dest.reg = CFI_SP; in arch_decode_instruction()
334 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
340 op->src.reg = CFI_SP; in arch_decode_instruction()
354 if (sib_index != CFI_SP) in arch_decode_instruction()
361 op->src.reg = CFI_SP; in arch_decode_instruction()
372 if (rm_is_reg(CFI_SP)) { in arch_decode_instruction()
379 op->dest.reg = CFI_SP; in arch_decode_instruction()
402 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
409 op->dest.reg = CFI_SP; in arch_decode_instruction()
434 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
439 op->src.reg = CFI_SP; in arch_decode_instruction()
466 if (sib_index != CFI_SP) in arch_decode_instruction()
597 op->dest.reg = CFI_SP; in arch_decode_instruction()
666 op->src.reg = CFI_SP; in arch_decode_instruction()
669 op->dest.reg = CFI_SP; in arch_decode_instruction()
755 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
808 *base = CFI_SP; in arch_decode_hint_reg()