Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c141 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
161 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
189 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
206 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
217 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
228 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
267 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
278 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
297 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
307 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/Linux-v4.19/tools/objtool/
Darch.h40 OP_DEST_REG, enumerator
Dcheck.c1303 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_insn_state_regs()
1399 case OP_DEST_REG: in update_insn_state()
1556 if (!state->drap && op->dest.type == OP_DEST_REG && in update_insn_state()
1564 op->dest.type == OP_DEST_REG && in update_insn_state()