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: Add minimal traceback table and prefetch to rs6000.


On Tue, Jan 15, 2002 at 10:38:36PM -0500, David Edelsohn wrote:
> 	Are you suggesting that PREFETCH for PowerPC force the mode of the
> operand to a vector mode?

Yes.  Or any other mode that has the same reg+reg restrictions.

> Can one use a vector mode without enabling the rest of Altivec
> machinery and without confusing the rest of the backend?

I think so.  You can't access them from the source level, since
VECTOR_MODE_SUPPORTED_P will return false, but I can't think of
anything that would prevent them from being used at the rtl level.


r~


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