forked from OSchip/llvm-project
Fix tests per now-correct encoding as of r137371.
llvm-svn: 137376
This commit is contained in:
parent
37f7e6b2f4
commit
aa07cb6a98
|
@ -2314,8 +2314,8 @@ Lforward:
|
|||
usat16 r2, #2, r7
|
||||
usat16 r3, #15, r5
|
||||
|
||||
@ CHECK: usat16 r2, #2, r7 @ encoding: [0x32,0x2f,0xe2,0xe6]
|
||||
@ CHECK: usat16 r3, #15, r5 @ encoding: [0x33,0x3f,0xef,0xe6]
|
||||
@ CHECK: usat16 r2, #2, r7 @ encoding: [0x37,0x2f,0xe2,0xe6]
|
||||
@ CHECK: usat16 r3, #15, r5 @ encoding: [0x35,0x3f,0xef,0xe6]
|
||||
|
||||
|
||||
@------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue