Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/include/objtool/
Darch.h51 OP_SRC_POPF, enumerator
/Linux-v5.15/tools/objtool/
Dcheck.c1937 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
2251 case OP_SRC_POPF: in update_cfi_state()
2416 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()
2497 if (op->src.type == OP_SRC_POPF) { in handle_insn_ops()
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c458 op->src.type = OP_SRC_POPF; in arch_decode_instruction()