Searched refs:OP_MEM (Results 1 – 2 of 2) sorted by relevance
1349 op->type = OP_MEM; in decode_modrm()1452 op->type = OP_MEM; in decode_abs()1472 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()1896 case OP_MEM: in writeback()3814 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_store_sreg()3980 if (ctxt->dst.type == OP_MEM) in em_smsw()5062 op->type = OP_MEM; in decode_operand()5116 op->type = OP_MEM; in decode_operand()5125 op->type = OP_MEM; in decode_operand()5557 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()[all …]
244 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator