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: [rfc] atomic memory operation builtins



On Apr 9, 2005, at 7:30 PM, Richard Henderson wrote:


On Sat, Apr 09, 2005 at 11:03:08PM +0200, Ulrich Weigand wrote:
I have two concerns with implementing s390 back end support:

- We only have compare-and-swap instructions for SImode and DImode,
  not for HImode or QImode.

- The compare-and-swap insns require that their memory argument
  is naturally aligned, or else they throw an exception.

As for ia64.

And PPC (which is different than any other instruction on PPC, well maybe not the floating ones).

Thanks,
Andrew Pinski


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