Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c245 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
266 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
585 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
709 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
744 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
/linux-6.15/tools/objtool/include/objtool/
H A Darch.h40 OP_DEST_PUSH, enumerator
/linux-6.15/tools/objtool/
H A Dcheck.c2673 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_cfi_state_regs()
3081 case OP_DEST_PUSH: in update_cfi_state()