Lines Matching refs:OP_MEM
927 op->type = OP_MEM; in decode_modrm()
1021 op->type = OP_MEM; in decode_abs()
1041 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1372 case OP_MEM: in writeback()
3711 op->type = OP_MEM; in decode_operand()
3754 op->type = OP_MEM; in decode_operand()
3979 if (ctxt->memop.type == OP_MEM && ctxt->ad_bytes != 8) in x86_decode_insn()
4002 if (ctxt->memopp && ctxt->memopp->type == OP_MEM && ctxt->rip_relative) in x86_decode_insn()
4047 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()
4052 if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) { in x86_emulate_insn()
4110 if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) { in x86_emulate_insn()
4118 if (ctxt->src2.type == OP_MEM) { in x86_emulate_insn()
4129 if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) { in x86_emulate_insn()