Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h38 OP_DEST_REG_INDIRECT, enumerator
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c174 op->dest.type = OP_DEST_REG_INDIRECT; in decode_insn_reg2i12_fomat()
225 op->dest.type = OP_DEST_REG_INDIRECT; in decode_insn_reg2i14_fomat()
/linux/tools/objtool/arch/x86/
H A Ddecode.c425 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
443 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
456 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
/linux/tools/objtool/
H A Dcheck.c3240 case OP_DEST_REG_INDIRECT: in update_cfi_state()