Lines Matching refs:dest

218 				op->dest.type = OP_DEST_REG;  in arch_decode_instruction()
219 op->dest.reg = CFI_SP; in arch_decode_instruction()
230 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
240 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
241 op->dest.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
251 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
301 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
302 op->dest.reg = CFI_SP; in arch_decode_instruction()
312 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
313 op->dest.reg = CFI_SP; in arch_decode_instruction()
335 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
336 op->dest.reg = modrm_rm; in arch_decode_instruction()
356 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
357 op->dest.reg = modrm_rm; in arch_decode_instruction()
358 op->dest.offset = ins.displacement.value; in arch_decode_instruction()
372 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
373 op->dest.reg = CFI_SP; in arch_decode_instruction()
389 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
390 op->dest.reg = CFI_BP; in arch_decode_instruction()
391 op->dest.offset = ins.displacement.value; in arch_decode_instruction()
402 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
403 op->dest.reg = CFI_SP; in arch_decode_instruction()
404 op->dest.offset = ins.displacement.value; in arch_decode_instruction()
422 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
423 op->dest.reg = modrm_reg; in arch_decode_instruction()
435 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
436 op->dest.reg = modrm_reg; in arch_decode_instruction()
475 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
476 op->dest.reg = modrm_reg; in arch_decode_instruction()
484 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
496 op->dest.type = OP_DEST_PUSHF; in arch_decode_instruction()
504 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
556 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
564 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
581 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
582 op->dest.reg = CFI_SP; in arch_decode_instruction()
586 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
587 op->dest.reg = CFI_BP; in arch_decode_instruction()
653 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
654 op->dest.reg = CFI_SP; in arch_decode_instruction()
680 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
715 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()