[llvm-commits] [llvm] r139050 - /llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s

Jim Grosbach grosbach at apple.com
Fri Sep 2 16:25:46 PDT 2011


Author: grosbach
Date: Fri Sep  2 18:25:46 2011
New Revision: 139050

URL: http://llvm.org/viewvc/llvm-project?rev=139050&view=rev
Log:
Thumb2 parsing and encoding for BFC.

Modified:
    llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s

Modified: llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s?rev=139050&r1=139049&r2=139050&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Fri Sep  2 18:25:46 2011
@@ -192,6 +192,19 @@
           @   fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch
 @ CHECK: bmi.w   #-183396                @ encoding: [0x13,0xf5,0xce,0xa9]
 
+
+ at ------------------------------------------------------------------------------
+@ BFC
+ at ------------------------------------------------------------------------------
+        bfc r5, #3, #17
+        it lo
+        bfccc r5, #3, #17
+
+@ CHECK: bfc	r5, #3, #17             @ encoding: [0x6f,0xf3,0xd3,0x05]
+@ CHECK: it	lo                      @ encoding: [0x38,0xbf]
+@ CHECK: bfclo	r5, #3, #17             @ encoding: [0x6f,0xf3,0xd3,0x05]
+
+
 @------------------------------------------------------------------------------
 @ CBZ/CBNZ
 @------------------------------------------------------------------------------





More information about the llvm-commits mailing list