Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c161 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
182 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
431 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
506 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
537 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
/Linux-v5.10/tools/objtool/
Darch.h40 OP_DEST_PUSH, enumerator
Dcheck.c1753 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_cfi_state_regs()
2076 case OP_DEST_PUSH: in update_cfi_state()