Searched refs:CFI_BP (Results 1 – 5 of 5) sorted by relevance
6 #define CFI_BP 1 macro7 #define CFI_SP CFI_BP
55 case CFI_BP: in arch_callee_saved_reg() 189 #define is_RIP() ((modrm_rm & 7) == CFI_BP && modrm_mod == 0) in arch_decode_instruction() 194 * the SIB base register. But if the SIB base is 5 (i.e. CFI_BP) and in arch_decode_instruction() 199 (sib_base != CFI_BP || modrm_mod != 0) : \ in arch_decode_instruction() 453 if (rm_is_mem(CFI_BP)) { in arch_decode_instruction() 460 op->dest.reg = CFI_BP; in arch_decode_instruction() 485 if (rm_is_mem(CFI_BP)) { in arch_decode_instruction() 490 op->src.reg = CFI_BP; in arch_decode_instruction() 671 op->src.reg = CFI_BP; in arch_decode_instruction() 678 op->dest.reg = CFI_BP; in arch_decode_instruction() [all...]
2715 if (cfi->cfa.base == CFI_BP && in has_valid_stack_frame()2716 check_reg_frame_pos(&cfi->regs[CFI_BP], -cfi->cfa.offset) && in has_valid_stack_frame()2720 if (cfi->drap && cfi->regs[CFI_BP].base == CFI_BP) in has_valid_stack_frame()2849 if (op->src.reg == CFI_SP && op->dest.reg == CFI_BP && in update_cfi_state()2851 check_reg_frame_pos(®s[CFI_BP], -cfa->offset)) { in update_cfi_state()2859 op->dest.reg == CFI_BP && cfi->drap) { in update_cfi_state()2862 regs[CFI_BP].base = CFI_BP; in update_cfi_state()2863 regs[CFI_BP].offset = -cfi->stack_size; in update_cfi_state()2883 else if (op->src.reg == CFI_BP && op->dest.reg == CFI_SP && in update_cfi_state()2884 (cfa->base == CFI_BP || cfa->base == cfi->drap_reg)) { in update_cfi_state()[all …]
20 #define CFI_BP CFI_FP macro
11 #define CFI_BP 5 macro