Searched refs:memop (Results 1 – 2 of 2) sorted by relevance
1364 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm()4102 return segmented_write_std(ctxt, ctxt->memop.addr.mem, &fx_state, in em_fxsave()4137 rc = segmented_read_std(ctxt, ctxt->memop.addr.mem, &fx_state, size); in em_fxrstor()4993 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()4995 *op = ctxt->memop; in decode_operand()5002 ctxt->memop.bytes = (ctxt->op_bytes == 8) ? 16 : 8; in decode_operand()5064 ctxt->memop.bytes = 1; in decode_operand()5065 if (ctxt->memop.type == OP_REG) { in decode_operand()5066 ctxt->memop.addr.reg = decode_register(ctxt, in decode_operand()5068 fetch_register_operand(&ctxt->memop); in decode_operand()[all …]
347 struct operand memop; member