Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c243 op->src.type = OP_SRC_REG; in arch_decode_instruction()
348 op->src.type = OP_SRC_REG; in arch_decode_instruction()
369 op->src.type = OP_SRC_REG; in arch_decode_instruction()
385 op->src.type = OP_SRC_REG; in arch_decode_instruction()
402 op->src.type = OP_SRC_REG; in arch_decode_instruction()
415 op->src.type = OP_SRC_REG; in arch_decode_instruction()
486 op->src.type = OP_SRC_REG; in arch_decode_instruction()
608 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/linux-6.15/tools/objtool/include/objtool/
H A Darch.h51 OP_SRC_REG, enumerator
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c160 op->src.type = OP_SRC_REG; in decode_insn_reg2i12_fomat()
211 op->src.type = OP_SRC_REG; in decode_insn_reg2i14_fomat()
/linux-6.15/tools/objtool/
H A Dcheck.c2785 case OP_SRC_REG: in update_cfi_state()
3087 if (op->src.type != OP_SRC_REG) in update_cfi_state()