Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Darch.h38 OP_DEST_PUSHF, enumerator
Dcheck.c1411 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_insn_state_regs()
1737 case OP_DEST_PUSHF: in update_insn_state()
2145 if (insn->stack_op.dest.type == OP_DEST_PUSHF) { in validate_branch()
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c348 op->dest.type = OP_DEST_PUSHF; in arch_decode_instruction()