Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/include/objtool/
Darch.h37 OP_DEST_PUSHF, enumerator
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c451 op->dest.type = OP_DEST_PUSHF; in arch_decode_instruction()
/Linux-v5.15/tools/objtool/
Dcheck.c1933 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_cfi_state_regs()
2335 case OP_DEST_PUSHF: in update_cfi_state()
2485 if (op->dest.type == OP_DEST_PUSHF) { in handle_insn_ops()