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)194 * the SIB base register. But if the SIB base is 5 (i.e. CFI_BP) and199 (sib_base != CFI_BP || modrm_mod != 0) : \437 if (rm_is_mem(CFI_BP)) { in arch_decode_instruction() 444 op->dest.reg = CFI_BP; in arch_decode_instruction() 469 if (rm_is_mem(CFI_BP)) { in arch_decode_instruction() 474 op->src.reg = CFI_BP; in arch_decode_instruction() 655 op->src.reg = CFI_BP; in arch_decode_instruction() 662 op->dest.reg = CFI_BP; in arch_decode_instruction() [all...]
20 #define CFI_BP CFI_FP macro
11 #define CFI_BP 5 macro
2732 if (cfi->cfa.base == CFI_BP && in has_modified_stack_frame() 2733 check_reg_frame_pos(&cfi->regs[CFI_BP], -cfi->cfa.offset) && in has_modified_stack_frame() 2737 if (cfi->drap && cfi->regs[CFI_BP].base == CFI_BP) in has_modified_stack_frame() 2866 if (op->src.reg == CFI_SP && op->dest.reg == CFI_BP && in update_cfi_state() 2868 check_reg_frame_pos(®s[CFI_BP], -cfa->offset)) { in update_cfi_state() 2876 op->dest.reg == CFI_BP && cfi->drap) { in update_cfi_state() 2879 regs[CFI_BP].base = CFI_BP; in update_cfi_state() 2880 regs[CFI_BP] in update_cfi_state() [all...]