OP_MEM
op->type = OP_MEM;
op->type = OP_MEM;
if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) {
case OP_MEM:
if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM)
if (ctxt->dst.type == OP_MEM)
op->type = OP_MEM;
op->type = OP_MEM;
op->type = OP_MEM;
if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) {
if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) {
if ((ctxt->src.type == OP_MEM) && !(ctxt->d & NoAccess)) {
if (ctxt->src2.type == OP_MEM) {
if ((ctxt->dst.type == OP_MEM) && !(ctxt->d & Mov)) {
BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR);