Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c211 op->src.type = OP_SRC_POP; in arch_decode_instruction()
455 op->src.type = OP_SRC_POP; in arch_decode_instruction()
535 op->src.type = OP_SRC_POP; in arch_decode_instruction()
557 op->src.type = OP_SRC_POP; in arch_decode_instruction()
/Linux-v6.1/tools/objtool/include/objtool/
Darch.h52 OP_SRC_POP, enumerator
/Linux-v6.1/tools/objtool/
Dcheck.c2508 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
2821 case OP_SRC_POP: in update_cfi_state()
2987 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()