Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c150 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
172 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
202 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
220 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
232 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
244 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
286 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
298 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
318 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
329 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
[all …]
/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h34 OP_DEST_REG, enumerator
H A Dcheck.c2216 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2312 case OP_DEST_REG: in update_cfi_state()