Searched refs:OP_MEM (Results 1 – 2 of 2) sorted by relevance
1201 op->type = OP_MEM; in decode_modrm()1304 op->type = OP_MEM; in decode_abs()1324 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()1745 case OP_MEM: in writeback()3653 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_store_sreg()3819 if (ctxt->dst.type == OP_MEM) in em_smsw()4906 op->type = OP_MEM; in decode_operand()4960 op->type = OP_MEM; in decode_operand()4969 op->type = OP_MEM; in decode_operand()5501 if (ctxt->src2.type == OP_MEM) { in x86_emulate_insn()[all …]
241 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
Completed in 17 milliseconds