This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [altivec]Mode mode macros
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 24 Nov 2004 16:26:40 -0400
- Subject: Re: [altivec]Mode mode macros
- References: <41A4AD6C.6070908@codesourcery.com>
On Wed, Nov 24, 2004 at 03:49:00PM +0000, Nathan Sidwell wrote:
> This replaces more patterns with mode macros. I cleaned up
> some instruction names that didn't play nicely, and changed the andc
> pattern in line with what Dan Jacobowitz suggested.
>
> booted & tested on ppc-unknown-linux-gnualtivec, ok?
Do you mind changing the references to register 110 to a define_constant,
and define one accordingly? Since you're touching the code :-).
> ! (set (reg:SI 110) (unspec:SI [(const_int 0)] 213))]
Ok.
Aldy