Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c239 op->src.type = OP_SRC_POP; in arch_decode_instruction()
483 op->src.type = OP_SRC_POP; in arch_decode_instruction()
563 op->src.type = OP_SRC_POP; in arch_decode_instruction()
585 op->src.type = OP_SRC_POP; in arch_decode_instruction()
/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h52 OP_SRC_POP, enumerator
/openbmc/linux/tools/objtool/
H A Dcheck.c2727 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
3031 case OP_SRC_POP: in update_cfi_state()
3196 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()