Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c173 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
195 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
256 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
267 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
290 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
327 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
377 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
390 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
430 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
522 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/Linux-v5.15/tools/objtool/include/objtool/
Darch.h33 OP_DEST_REG, enumerator
/Linux-v5.15/tools/objtool/
Dcheck.c1941 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2038 case OP_DEST_REG: in update_cfi_state()