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: RFC: MIPS paired single vector support


On Tue, Aug 17, 2004 at 10:30:12PM -0700, James E Wilson wrote:
> The problem here is that we only have vector modes if we have paired
> single instructions.  If we don't have paired single instructions, then
> the objects with a vector type end up as BLKmode, and thus get passed
> like structures, which is definitely not a compatible calling
> convention.

Hmm?  You can certainly look at the VECTOR_TYPE node to make
your choice rather than the mode.


r~


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