From: ludovic.courtes@laas.fr (Ludovic Courtès)
Cc: guile-user@gnu.org
Subject: Re: Fetch-and-store for PowerPC... and more!
Date: Thu, 17 Mar 2005 09:29:28 +0100 [thread overview]
Message-ID: <87k6o6ad5j.fsf@laas.fr> (raw)
In-Reply-To: <87br9j895c.fsf@zip.com.au> (Kevin Ryde's message of "Thu, 17 Mar 2005 10:26:39 +1100")
Hi,
Kevin Ryde <user42@zip.com.au> writes:
> I think "1:" is a gas-ism, it might not work on aix and macos. But
> dunno if guile actually runs at all on those systems at the moment.
Well, the GAS documentation doesn't mention any syntax incompatibilities
in the `PPC-Dependent' node, so I don't know whether this is really is a
GAS-ism.
>> + : "=&r" (fet) \
>> + : "r" (mem), "r" (sto)); \
>
> I think "mem" should be in the outputs too, since it's changed.
I don't think so since `mem', as an address, isn't changed.
However, the Glibc implementation rightfully adds the following list of
clobbered registers:
: "cr0", "memory"
(`cr0' is being modified by `stwcx.' while `memory' denotes the
reservation bit I guess).
This should be added to the patch I sent.
Thanks,
Ludovic.
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
next prev parent reply other threads:[~2005-03-17 8:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-16 8:48 Fetch-and-store for PowerPC... and more! Ludovic Courtès
2005-03-16 23:26 ` Kevin Ryde
2005-03-17 8:29 ` Ludovic Courtès [this message]
2005-03-17 20:48 ` Kevin Ryde
2005-03-18 9:26 ` Marius Vollmer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k6o6ad5j.fsf@laas.fr \
--to=ludovic.courtes@laas.fr \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).