Lines Matching refs:OP_MEM
1215 op->type = OP_MEM; in decode_modrm()
1318 op->type = OP_MEM; in decode_abs()
1338 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1791 case OP_MEM: in writeback()
3356 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_store_sreg()
3524 if (ctxt->dst.type == OP_MEM) in em_smsw()
4611 op->type = OP_MEM; in decode_operand()
4665 op->type = OP_MEM; in decode_operand()
4674 op->type = OP_MEM; in decode_operand()
5114 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()
5119 if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) { in x86_emulate_insn()
5204 if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) { in x86_emulate_insn()
5212 if (ctxt->src2.type == OP_MEM) { in x86_emulate_insn()
5223 if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) { in x86_emulate_insn()
5331 BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR); in x86_emulate_insn()