Searched refs:OP_MEM (Results 1 – 2 of 2) sorted by relevance
203 enum { OP_REG, OP_MEM, OP_IMM, OP_XMM, OP_NONE } type; enumerator
927 op->type = OP_MEM; in decode_modrm()1021 op->type = OP_MEM; in decode_abs()1041 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()1372 case OP_MEM: in writeback()3711 op->type = OP_MEM; in decode_operand()3754 op->type = OP_MEM; in decode_operand()3979 if (ctxt->memop.type == OP_MEM && ctxt->ad_bytes != 8) in x86_decode_insn()4002 if (ctxt->memopp && ctxt->memopp->type == OP_MEM && ctxt->rip_relative) in x86_decode_insn()4047 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()4052 if ((ctxt->d & SrcMask) == SrcMemFAddr && ctxt->src.type != OP_MEM) { in x86_emulate_insn()[all …]