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: Vector modes under hppa64-hpu


>  > Well, following up to my own mail, I have a couple of questions.  If I
>  > am on a system that does not support the VECTOR modes, should I ever see
>  > any rtx with a type of V2SImode?  I don't think I should, but I am
>  > not
> 
> yes.  It should opencode the V2SI with a pair of SIs.

I don't understand exactly what you mean by "opencode" but I assume you
are saying that it is OK to generate V2SI rtx nodes and they they will
get transformed into two SImode nodes at some point.  Is there a single
place where this transformation happens?  If so, where?

Steve Ellcey
sje@cup.hp.com


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