Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c190 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
212 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
273 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
284 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
307 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
344 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
394 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
407 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
447 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
553 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/Linux-v6.1/tools/objtool/include/objtool/
Darch.h35 OP_DEST_REG, enumerator
/Linux-v6.1/tools/objtool/
Dcheck.c2512 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2609 case OP_DEST_REG: in update_cfi_state()