mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
Thumb parsing and encoding for STRH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138352 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1aa80bfe4
commit
743c0fa779
@ -485,3 +485,23 @@ _func:
|
||||
strb r6, [r4, r5]
|
||||
|
||||
@ CHECK: strb r6, [r4, r5] @ encoding: [0x66,0x55]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ STRH (immediate)
|
||||
@------------------------------------------------------------------------------
|
||||
strh r3, [r3]
|
||||
strh r4, [r6, #2]
|
||||
strh r5, [r7, #62]
|
||||
|
||||
@ CHECK: strh r3, [r3] @ encoding: [0x1b,0x80]
|
||||
@ CHECK: strh r4, [r6, #2] @ encoding: [0x74,0x80]
|
||||
@ CHECK: strh r5, [r7, #62] @ encoding: [0xfd,0x87]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
@ STRH (register)
|
||||
@------------------------------------------------------------------------------
|
||||
strh r6, [r2, r6]
|
||||
|
||||
@ CHECK: strh r6, [r2, r6] @ encoding: [0x96,0x53]
|
||||
|
Loading…
Reference in New Issue
Block a user