qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Minor mips-related patchlet


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] Minor mips-related patchlet
Date: Mon, 13 Mar 2006 14:48:52 +0000
User-agent: KMail/1.9.1

> > > +void glue(op_store_T2_gpr_gpr, REG) (void)
> > > +{
> > > +    env->gpr[REG] = T2;
> > > +    RETURN();
> > > +}
> >
> > I don't think there's any point adding this unless it's actually used.
> > The ARM target doesn't have this op either.
>
> Should it then be removed for other targets where it presumably isn't
> used as well?

A quick check indicates sparc and i386 use this instruction, mips and arm 
don't have it, and ppc could probably remove it.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]