Lines Matching refs:OP_MEM
1244 op->type = OP_MEM; in decode_modrm()
1347 op->type = OP_MEM; in decode_abs()
1367 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1812 case OP_MEM: in writeback()
3726 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_store_sreg()
3892 if (ctxt->dst.type == OP_MEM) in em_smsw()
4988 op->type = OP_MEM; in decode_operand()
5042 op->type = OP_MEM; in decode_operand()
5051 op->type = OP_MEM; in decode_operand()
5491 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()
5496 if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) { in x86_emulate_insn()
5582 if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) { in x86_emulate_insn()
5590 if (ctxt->src2.type == OP_MEM) { in x86_emulate_insn()
5601 if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) { in x86_emulate_insn()
5709 BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR); in x86_emulate_insn()