bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/22094] Instruction `lsrsne` unknown


From: nickc at redhat dot com
Subject: [Bug gas/22094] Instruction `lsrsne` unknown
Date: Wed, 11 Oct 2017 12:46:21 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22094

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Paul,

  I believe you need to enable thumb mode and start an IT block for this to
work.
IE:

    .thumb
    it ne
    lsrsne r0, r0, #4

Also in ARMv8 32-bit thumb instructions inside an IT block are deprecated, so
this will only work if you are targeting ARMv7 or earlier.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]