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]

Re: __builtin_apply/sparc.md problem on SPARC-Solaris ?


On Thu, Oct 22, 1998 at 09:22:38AM -0700, Ovidiu Predescu wrote:
> Could you please list one case in which type information is needed?

Some m68k return pointers in a0, integers in d0, fp in fp0.

Alpha, MIPS, PPC and many others take fp arguments in fp regs,
others in int regs.

Sparc64 splits structures <= 32 bytes into fundamental types
and promotes them by type into integer and fp regs.  Structures
larger than 32 bytes are passed by reference.



r~


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