Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h55 OP_SRC_POPF, enumerator
/linux/tools/objtool/arch/x86/
H A Ddecode.c565 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
/linux/tools/objtool/
H A Dcheck.c2780 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
3116 case OP_SRC_POPF: in update_cfi_state()
3280 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()
3369 if (op->src.type == OP_SRC_POPF) { in handle_insn_ops()