Add a testcase for another corner-case decoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-09-16 23:15:29 +00:00
parent 8b22778431
commit be290af0d8

View File

@ -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
#------------------------------------------------------------------------------