From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,28601b68b0271562,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-05 02:35:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.213.69.151!news.algonet.se!newsfeed1.telenordia.se!algonet!newsfeed.sunet.se!news01.sunet.se!news.utfors.se!not-for-mail From: Arne Carlsson Newsgroups: comp.lang.ada Subject: GNAT on SPARC Date: Fri, 05 Jul 2002 11:27:05 +0200 Organization: Saab Ericsson Space Message-ID: <3D256669.71819371@space.se> NNTP-Posting-Host: 62.119.43.194 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: yggdrasil.utfors.se 1025860976 23603 62.119.43.194 (5 Jul 2002 09:22:56 GMT) X-Complaints-To: abuse@utfors.se NNTP-Posting-Date: 5 Jul 2002 09:22:56 GMT X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:26867 Date: 2002-07-05T09:22:56+00:00 List-Id: Hello, I am working with GNAT (in fact GNAT-ORK) for an embedded SPARC sytem (ERC32 processor). I want to use in-line assembler in the Ada code. My question is: are there any SPARC registers I can use without risk for conflict with GNAT-use of registers? For example, could the following inline assembler statement be in conflict with GNAT code generation? Asm ("and %%g4,%%g5,%%g6"); I have tried to find documentation about this item with no result. Best regards Arne Carlsson arne.carlsson@space.se