Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h52 OP_SRC_REG_INDIRECT, enumerator
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c147 op->src.type = OP_SRC_REG_INDIRECT; in decode_insn_reg2i12_fomat()
193 op->src.type = OP_SRC_REG_INDIRECT; in decode_insn_reg2i14_fomat()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c434 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
447 op->src.type = OP_SRC_REG_INDIRECT; in arch_decode_instruction()
/linux-6.15/tools/objtool/
H A Dcheck.c3034 case OP_SRC_REG_INDIRECT: in update_cfi_state()