Lines Matching refs:dest

141 			op->dest.type = OP_DEST_REG;  in arch_decode_instruction()
142 op->dest.reg = CFI_SP; in arch_decode_instruction()
152 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
161 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
162 op->dest.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()
171 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
189 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
190 op->dest.reg = CFI_SP; in arch_decode_instruction()
206 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
207 op->dest.reg = CFI_SP; in arch_decode_instruction()
217 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
218 op->dest.reg = op_to_cfi_reg[modrm_rm][rex_b]; in arch_decode_instruction()
228 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
229 op->dest.reg = CFI_SP; in arch_decode_instruction()
242 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
243 op->dest.reg = CFI_BP; in arch_decode_instruction()
244 op->dest.offset = insn.displacement.value; in arch_decode_instruction()
252 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
253 op->dest.reg = CFI_SP; in arch_decode_instruction()
254 op->dest.offset = insn.displacement.value; in arch_decode_instruction()
267 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
268 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
278 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
279 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
297 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
298 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
307 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
308 op->dest.reg = CFI_SP; in arch_decode_instruction()
323 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
324 op->dest.reg = CFI_SP; in arch_decode_instruction()
339 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
340 op->dest.reg = CFI_SP; in arch_decode_instruction()
349 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
360 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
367 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
397 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
404 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
418 op->dest.type = OP_DEST_LEAVE; in arch_decode_instruction()
466 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()