Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h53 OP_SRC_POPF, enumerator
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c475 op->src.type = OP_SRC_POPF; in arch_decode_instruction()
/linux-6.1.9/tools/objtool/
Dcheck.c2518 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
2832 case OP_SRC_POPF: in update_cfi_state()
2997 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()
3083 if (op->src.type == OP_SRC_POPF) { in handle_insn_ops()