Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c230 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
251 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
556 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
680 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
715 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h38 OP_DEST_PUSH, enumerator
/openbmc/linux/tools/objtool/
H A Dcheck.c2723 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_cfi_state_regs()
3114 case OP_DEST_PUSH: in update_cfi_state()