Lines Matching refs:CFI_SP
68 case CFI_SP: in arch_callee_saved_reg()
190 #define have_SIB() ((modrm_rm & 7) == CFI_SP && mod_is_mem())
198 sib_base == (reg) && sib_index == CFI_SP && \
282 if (rex_w && rm_is_reg(CFI_SP)) { in arch_decode_instruction()
289 op->dest.reg = CFI_SP; in arch_decode_instruction()
347 if (!rm_is_reg(CFI_SP)) in arch_decode_instruction()
369 op->src.reg = CFI_SP; in arch_decode_instruction()
372 op->dest.reg = CFI_SP; in arch_decode_instruction()
380 op->src.reg = CFI_SP; in arch_decode_instruction()
383 op->dest.reg = CFI_SP; in arch_decode_instruction()
416 if (sib_index != CFI_SP) in arch_decode_instruction()
421 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
424 op->src.reg = CFI_SP; in arch_decode_instruction()
450 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
457 op->dest.reg = CFI_SP; in arch_decode_instruction()
482 if (rm_is_mem(CFI_SP)) { in arch_decode_instruction()
487 op->src.reg = CFI_SP; in arch_decode_instruction()
510 if (sib_index != CFI_SP) in arch_decode_instruction()
657 op->dest.reg = CFI_SP; in arch_decode_instruction()
730 op->src.reg = CFI_SP; in arch_decode_instruction()
733 op->dest.reg = CFI_SP; in arch_decode_instruction()
826 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
879 *base = CFI_SP; in arch_decode_hint_reg()