This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [MIPS] Add new virtualization instructions


Richard Sandiford wrote:
> >  Given the above how about:
> >
> > #define ISA_SUPPORTS_VIRT64_ASE (mips_opts.isa == ISA_MIPS64R2
> > 				 || (mips_opts.micromips
> > 				     && ISA_HAS_64BIT_REGS 
> (mips_opts.isa)))
> >
> > ?  We'll then do the same if e.g. DSP64 is added to the microMIPS 
> > instruction set.
> 
> Yeah, that'd be OK for now.  There are some "cleanups" I'd 
> like to make
> to the way we handle this kind of thing, but it'd be easier to do that
> once this and the EVA patches are in.

  I just checked in the microMIPS virtualization patch that Maciej and Richard suggest.
Cleanups can happen later.  Thanks a lot!

Regards,
Chao-ying


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]