Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h38 OP_DEST_REG_INDIRECT, enumerator
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c162 op->dest.type = OP_DEST_REG_INDIRECT; in decode_insn_reg2i12_fomat()
213 op->dest.type = OP_DEST_REG_INDIRECT; in decode_insn_reg2i14_fomat()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c371 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
404 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
417 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
/linux-6.15/tools/objtool/
H A Dcheck.c3123 case OP_DEST_REG_INDIRECT: in update_cfi_state()