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.

It should be OK to use V2SImode as long as only subregs of that appear in operands
of insns.  e.g. if the targets supports DImode, you could move a V2SImode value
using DImode.
	
-- 
--------------------------
SuperH
2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
T:+44 1454 462330


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