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: Modes with no registers


On Sat, Jul 17, 2004 at 12:17:48AM +0200, Paolo Bonzini wrote:
> How do I distinguish "fake" modes that are only used within a pattern, 
> from "real" modes that have registers?

VECTOR_MODE_SUPPORTED_P.

> (On x86 I got this problem is with vector modes: V8SI is only used to 
> describe high multiplication of V8HI operands).

You'll also get it on x86 with V4SI when SSE is disabled.


r~


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