Searched refs:OP_MEM (Results 1 – 2 of 2) sorted by relevance
106 enum { OP_REG, OP_MEM, OP_IMM, OP_NONE } type; enumerator
1025 c->src.type = OP_MEM; in x86_decode_insn()1098 c->dst.type = OP_MEM; in x86_decode_insn()1130 c->dst.type = OP_MEM; in emulate_push()1308 case OP_MEM: in writeback()1386 if (c->src.type == OP_MEM) { in x86_emulate_insn()1402 if (c->dst.type == OP_MEM) { in x86_emulate_insn()1645 c->dst.type = OP_MEM; in x86_emulate_insn()1699 c->dst.type = OP_MEM; in x86_emulate_insn()