Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c149 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
171 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
201 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
219 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
231 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
243 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
285 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
297 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
317 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
328 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/Linux-v5.10/tools/objtool/
Darch.h37 OP_DEST_REG, enumerator
Dcheck.c1761 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
1857 case OP_DEST_REG: in update_cfi_state()