Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c129 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
149 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
177 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
194 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
205 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
216 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
255 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
266 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
285 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
295 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/Linux-v5.4/tools/objtool/
Darch.h34 OP_DEST_REG, enumerator
Dcheck.c1419 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_insn_state_regs()
1515 case OP_DEST_REG: in update_insn_state()
1673 if (!state->drap && op->dest.type == OP_DEST_REG && in update_insn_state()
1681 op->dest.type == OP_DEST_REG && in update_insn_state()