Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c152 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
171 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
360 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
397 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
466 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
/Linux-v4.19/tools/objtool/
Darch.h43 OP_DEST_PUSH, enumerator
Dcheck.c1295 if (op->dest.type == OP_DEST_PUSH) in update_insn_state_regs()
1619 case OP_DEST_PUSH: in update_insn_state()