public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andrew Haley <aph@redhat.com>
To: gcc-help@gcc.gnu.org
Subject: Re: gcc inline asm unknown mnemonics problems
Date: Tue, 20 Sep 2022 11:26:57 +0100	[thread overview]
Message-ID: <ba2d07fe-0e79-2611-dc61-45a8ad6ae380@redhat.com> (raw)
In-Reply-To: <d4eb3730562f130b74d29ba7749d2b4f2be04934.camel@xry111.site>

On 9/20/22 06:39, Xi Ruoyao via Gcc-help wrote:
> On Mon, 2022-09-19 at 21:47 -0700, mike wrote:
> 
> /* snip */
> 
>> I am having a problem using ldrexb and strexb using inline assembler.  The
>> code is running on a RPi4 on ubuntu 20.04LTS.
>>
>> I get an error message "Error: unknown mnemonic `ldrexb' -- `ldrexb
>> x0,[[sp,8]]'"
> 
> ldrexb and strexb are Thumb-2 instructions, but RPi4 uses an AArch64
> CPU. AArch64 is an extension of the classic ARM instruction set, not an
> extension of Thumb-2.  So you can't use them on AArch64.

The AArch64 name of that instruction is LDAXRB. I'm assuming you're running
a 64-bit kernel: you don't say.

-- 
Andrew Haley  (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671


      reply	other threads:[~2022-09-20 10:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20  4:47 mike
2022-09-20  5:39 ` Xi Ruoyao
2022-09-20 10:26   ` Andrew Haley [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba2d07fe-0e79-2611-dc61-45a8ad6ae380@redhat.com \
    --to=aph@redhat.com \
    --cc=gcc-help@gcc.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).