mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 06:00:30 +00:00
ARM assembly parsing and encoding for USAX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c37d4bbf1f
commit
953e2e81de
@ -2184,3 +2184,14 @@ _func:
|
||||
|
||||
@ CHECK: usat16 r2, #2, r7 @ encoding: [0x32,0x2f,0xe2,0xe6]
|
||||
@ CHECK: usat16 r3, #15, r5 @ encoding: [0x33,0x3f,0xef,0xe6]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ USAX
|
||||
@------------------------------------------------------------------------------
|
||||
usax r2, r3, r4
|
||||
usaxne r2, r3, r4
|
||||
|
||||
@ CHECK: usax r2, r3, r4 @ encoding: [0x54,0x2f,0x53,0xe6]
|
||||
@ CHECK: usaxne r2, r3, r4 @ encoding: [0x54,0x2f,0x53,0x16]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user