Lines Matching refs:OP_MEM
1199 op->type = OP_MEM; in decode_modrm()
1302 op->type = OP_MEM; in decode_abs()
1322 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1719 case OP_MEM: in writeback()
3272 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_mov_rm_sreg()
3412 if (ctxt->dst.type == OP_MEM) in em_smsw()
4358 op->type = OP_MEM; in decode_operand()
4412 op->type = OP_MEM; in decode_operand()
4421 op->type = OP_MEM; in decode_operand()
4831 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()
4836 if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) { in x86_emulate_insn()
4920 if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) { in x86_emulate_insn()
4928 if (ctxt->src2.type == OP_MEM) { in x86_emulate_insn()
4939 if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) { in x86_emulate_insn()
5051 BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR); in x86_emulate_insn()