Lines Matching refs:dest

233 				op->dest.type = OP_DEST_REG;  in arch_decode_instruction()
234 op->dest.reg = CFI_SP; in arch_decode_instruction()
245 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
255 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
256 op->dest.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
266 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
316 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
317 op->dest.reg = CFI_SP; in arch_decode_instruction()
327 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
328 op->dest.reg = CFI_SP; in arch_decode_instruction()
350 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
351 op->dest.reg = modrm_rm; in arch_decode_instruction()
371 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
372 op->dest.reg = modrm_rm; in arch_decode_instruction()
373 op->dest.offset = ins.displacement.value; in arch_decode_instruction()
387 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
388 op->dest.reg = CFI_SP; in arch_decode_instruction()
404 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
405 op->dest.reg = CFI_BP; in arch_decode_instruction()
406 op->dest.offset = ins.displacement.value; in arch_decode_instruction()
417 op->dest.type = OP_DEST_REG_INDIRECT; in arch_decode_instruction()
418 op->dest.reg = CFI_SP; in arch_decode_instruction()
419 op->dest.offset = ins.displacement.value; in arch_decode_instruction()
437 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
438 op->dest.reg = modrm_reg; in arch_decode_instruction()
450 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
451 op->dest.reg = modrm_reg; in arch_decode_instruction()
492 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
493 op->dest.reg = modrm_reg; in arch_decode_instruction()
501 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
513 op->dest.type = OP_DEST_PUSHF; in arch_decode_instruction()
521 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
585 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
593 op->dest.type = OP_DEST_MEM; in arch_decode_instruction()
610 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
611 op->dest.reg = CFI_SP; in arch_decode_instruction()
615 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
616 op->dest.reg = CFI_BP; in arch_decode_instruction()
682 op->dest.type = OP_DEST_REG; in arch_decode_instruction()
683 op->dest.reg = CFI_SP; in arch_decode_instruction()
709 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()
744 op->dest.type = OP_DEST_PUSH; in arch_decode_instruction()