Thumb2 parsing and encoding for BFI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2011-09-02 23:28:46 +00:00
parent 7413f41d3b
commit 0b9a3d37c5

View File

@ -205,6 +205,18 @@ _func:
@ CHECK: bfclo r5, #3, #17 @ encoding: [0x6f,0xf3,0xd3,0x05]
@------------------------------------------------------------------------------
@ BFI
@------------------------------------------------------------------------------
bfi r5, r2, #3, #17
it ne
bfine r5, r2, #3, #17
@ CHECK: bfi r5, r2, #3, #17 @ encoding: [0x62,0xf3,0xd3,0x05]
@ CHECK: it ne @ encoding: [0x18,0xbf]
@ CHECK: bfine r5, r2, #3, #17 @ encoding: [0x62,0xf3,0xd3,0x05]
@------------------------------------------------------------------------------
@ CBZ/CBNZ
@------------------------------------------------------------------------------