Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Darch.h52 OP_SRC_POP, enumerator
Dcheck.c1415 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_insn_state_regs()
1671 case OP_SRC_POP: in update_insn_state()
1828 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_insn_state()
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c148 op->src.type = OP_SRC_POP; in arch_decode_instruction()
336 op->src.type = OP_SRC_POP; in arch_decode_instruction()
398 op->src.type = OP_SRC_POP; in arch_decode_instruction()