forked from OSchip/llvm-project
Add a testcase for another corner-case decoding.
llvm-svn: 139970
This commit is contained in:
parent
b925e935d7
commit
09a9b6b953
|
@ -187,11 +187,13 @@
|
|||
# CHECK: it ne
|
||||
# CHECK: bfine r5, r2, #3, #17
|
||||
# CHECK: bfi r6, r0, #0, #32
|
||||
# CHECK: bfi r6, r0, #31, #1
|
||||
|
||||
0x62 0xf3 0xd3 0x05
|
||||
0x18 0xbf
|
||||
0x62 0xf3 0xd3 0x05
|
||||
0x60 0xf3 0x1f 0x06
|
||||
0x60 0xf3 0xdf 0x76
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue