Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c140 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
159 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
392 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
469 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
/Linux-v5.4/tools/objtool/
Darch.h37 OP_DEST_PUSH, enumerator
Dcheck.c1411 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_insn_state_regs()
1736 case OP_DEST_PUSH: in update_insn_state()