Home
last modified time | relevance | path

Searched refs:OP_SRC_POP (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c254 op->src.type = OP_SRC_POP; in arch_decode_instruction()
500 op->src.type = OP_SRC_POP; in arch_decode_instruction()
592 op->src.type = OP_SRC_POP; in arch_decode_instruction()
614 op->src.type = OP_SRC_POP; in arch_decode_instruction()
/linux-6.15/tools/objtool/include/objtool/
H A Darch.h54 OP_SRC_POP, enumerator
/linux-6.15/tools/objtool/
H A Dcheck.c2677 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
2998 case OP_SRC_POP: in update_cfi_state()
3163 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()