Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h53 OP_SRC_POPF, enumerator
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c503 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
/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()
3032 case OP_SRC_POPF: in update_cfi_state()
3196 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()
3282 if (op->src.type == OP_SRC_POPF) { in handle_insn_ops()