Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c160 op->src.type = OP_SRC_POP; in arch_decode_instruction()
348 op->src.type = OP_SRC_POP; in arch_decode_instruction()
366 op->src.type = OP_SRC_POP; in arch_decode_instruction()
403 op->src.type = OP_SRC_POP; in arch_decode_instruction()
/Linux-v4.19/tools/objtool/
Darch.h57 OP_SRC_POP, enumerator
Dcheck.c1299 if (op->src.type == OP_SRC_POP) in update_insn_state_regs()
1555 case OP_SRC_POP: in update_insn_state()
1710 if (op->src.type != OP_SRC_POP) { in update_insn_state()