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())
129 sib_base == (reg) && sib_index == CFI_SP : \
212 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
219 op->dest.reg = CFI_SP; in arch_decode_instruction()
277 if (!rm_is_reg(CFI_SP)) in arch_decode_instruction()
299 op->src.reg = CFI_SP; in arch_decode_instruction()
302 op->dest.reg = CFI_SP; in arch_decode_instruction()
310 op->src.reg = CFI_SP; in arch_decode_instruction()
313 op->dest.reg = CFI_SP; in arch_decode_instruction()
328 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
334 op->src.reg = CFI_SP; in arch_decode_instruction()
348 if (sib_index != CFI_SP) in arch_decode_instruction()
355 op->src.reg = CFI_SP; in arch_decode_instruction()
366 if (rm_is_reg(CFI_SP)) { in arch_decode_instruction()
373 op->dest.reg = CFI_SP; in arch_decode_instruction()
396 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
403 op->dest.reg = CFI_SP; in arch_decode_instruction()
428 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
433 op->src.reg = CFI_SP; in arch_decode_instruction()
460 if (sib_index != CFI_SP) in arch_decode_instruction()
582 op->dest.reg = CFI_SP; in arch_decode_instruction()
651 op->src.reg = CFI_SP; in arch_decode_instruction()
654 op->dest.reg = CFI_SP; in arch_decode_instruction()
740 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
793 *base = CFI_SP; in arch_decode_hint_reg()