This is the mail archive of the gcc-patches@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: altivec: memory vector moves from GPRs


> This patch is okay, except one question and one comments:
>
> 1) Should altivec_register_operand accept SUBREG pseudos?

i thought about that.  i'm not sure.  you mean of the kind:

	(subreg:V8HI (reg:V4SI 999))

or

	(subreg:SI (reg:V4SI 999))

the 2nd one no.  the first one, i've never seen generated.
geoff?  anyone?

>
> 2) Altivec only exists on PowerPC, not POWER, so you don't need the
> {st|stw} stuff.

will do.

>
> David
>
>
--
Aldy Hernandez                                E-mail: aldyh@redhat.com
Professional Gypsy Lost in Australia
Red Hat, Inc.


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