Home
last modified time | relevance | path

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

/tools/objtool/include/objtool/
Darch.h52 OP_SRC_POPF, enumerator
/tools/objtool/arch/x86/
Ddecode.c458 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
/tools/objtool/
Dcheck.c2271 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
2574 case OP_SRC_POPF: in update_cfi_state()
2739 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()
2825 if (op->src.type == OP_SRC_POPF) { in handle_insn_ops()