Lines Matching refs:memop
1307 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm()
3744 return segmented_write_std(ctxt, ctxt->memop.addr.mem, &fx_state, in em_fxsave()
3779 rc = segmented_read_std(ctxt, ctxt->memop.addr.mem, &fx_state, size); in em_fxrstor()
4574 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4576 *op = ctxt->memop; in decode_operand()
4583 ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8; in decode_operand()
4645 ctxt->memop.bytes = 1; in decode_operand()
4646 if (ctxt->memop.type == OP_REG) { in decode_operand()
4647 ctxt->memop.addr.reg = decode_register(ctxt, in decode_operand()
4649 fetch_register_operand(&ctxt->memop); in decode_operand()
4653 ctxt->memop.bytes = 2; in decode_operand()
4656 ctxt->memop.bytes = 4; in decode_operand()
4690 ctxt->memop.bytes = ctxt->op_bytes + 2; in decode_operand()
4738 ctxt->memop.type = OP_NONE; in x86_decode_insn()
4982 rc = decode_modrm(ctxt, &ctxt->memop); in x86_decode_insn()
4988 rc = decode_abs(ctxt, &ctxt->memop); in x86_decode_insn()
4995 ctxt->memop.addr.mem.seg = ctxt->seg_override; in x86_decode_insn()