Lines Matching refs:OP_MEM
1196 op->type = OP_MEM; in decode_modrm()
1299 op->type = OP_MEM; in decode_abs()
1319 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1716 case OP_MEM: in writeback()
3573 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_mov_rm_sreg()
3713 if (ctxt->dst.type == OP_MEM) in em_smsw()
4659 op->type = OP_MEM; in decode_operand()
4713 op->type = OP_MEM; in decode_operand()
4722 op->type = OP_MEM; in decode_operand()
5132 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()
5137 if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) { in x86_emulate_insn()
5222 if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) { in x86_emulate_insn()
5230 if (ctxt->src2.type == OP_MEM) { in x86_emulate_insn()
5241 if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) { in x86_emulate_insn()
5353 BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR); in x86_emulate_insn()