Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
H A Ddecode.c288 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
310 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
371 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
382 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
403 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
476 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
489 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
531 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
656 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
661 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c140 op->dest.type = OP_DEST_REG; in decode_insn_reg2i12_fomat()
162 op->dest.type = OP_DEST_REG; in decode_insn_reg2i12_fomat()
208 op->dest.type = OP_DEST_REG; in decode_insn_reg2i14_fomat()
/linux/tools/objtool/include/objtool/
H A Darch.h37 OP_DEST_REG, enumerator
/linux/tools/objtool/
H A Dcheck.c2784 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2885 case OP_DEST_REG: in update_cfi_state()