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


>>>>> Aldy Hernandez writes:

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

Aldy> (subreg:V8HI (reg:V4SI 999))

Aldy> or

Aldy> (subreg:SI (reg:V4SI 999))

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

	There's also the issue of memory SUBREGs.  I'm just thinking of
the differences between register_operand and the predicate you wrote --
whether you intended all of the restrictions.

David


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