Home
last modified time | relevance | path

Searched refs:OP_DEST_REG (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c233 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
255 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
316 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
327 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
350 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
387 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
437 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
450 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
492 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
610 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c128 op->dest.type = OP_DEST_REG; in decode_insn_reg2i12_fomat()
150 op->dest.type = OP_DEST_REG; in decode_insn_reg2i12_fomat()
196 op->dest.type = OP_DEST_REG; in decode_insn_reg2i14_fomat()
/linux-6.15/tools/objtool/include/objtool/
H A Darch.h37 OP_DEST_REG, enumerator
/linux-6.15/tools/objtool/
H A Dcheck.c2681 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2782 case OP_DEST_REG: in update_cfi_state()