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: [patch] SPARC VIS instructions or PR1820


> Given that lds/ldd are always supported, seems to me that the
> vector load/store instructions *are* always supported.

Of course.  That's why I thought James was talking about enabling vector modes
and the corresponding move patterns unconditionally, and only conditionalizing 
the VIS-specific insns on -mvis.  Currently (well, once my upcoming patch is 
applied), we have no vector modes with -mno-vis, yet the appropriate 
load/store instructions are generated for vector types and the calling 
conventions are the same as with -mvis.

-- 
Eric Botcazou


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