This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: TARGET_STRING problem on ppc


Aldy Hernandez <aldyh at redhat dot com> writes:

> The e500 doesn't have string load/store instructions (though it does
> have load/store multiple instructions).  Before I kludge a special
> case for the e500, is there a reason why MASK_STRING is set regardless
> of if the CPU has that capability?

All powerpc CPUs are supposed to have that capability; it's a
mandatory instruction in the architecture.  Sigh, the rs6000 port
starts looking more like mips every day...

-- 
- Geoffrey Keating <geoffk at geoffk dot org>


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