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

Jim Grosbach grosbach at apple.com
Thu Sep 15 11:07:14 PDT 2011


Author: grosbach
Date: Thu Sep 15 13:07:14 2011
New Revision: 139811

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

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=139811&r1=139810&r2=139811&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Thu Sep 15 13:07:14 2011
@@ -1414,6 +1414,18 @@
 
 
 @------------------------------------------------------------------------------
+@ RBIT
+ at ------------------------------------------------------------------------------
+        rbit r1, r2
+        it ne
+        rbitne r1, r2
+
+@ CHECK: rbit	r1, r2                  @ encoding: [0x92,0xfa,0xa2,0xf1]
+@ CHECK: it	ne                      @ encoding: [0x18,0xbf]
+@ CHECK: rbitne	r1, r2                  @ encoding: [0x92,0xfa,0xa2,0xf1]
+
+
+ at ------------------------------------------------------------------------------
 @ SUB (register)
 @------------------------------------------------------------------------------
         sub.w r5, r2, r12, rrx





More information about the llvm-commits mailing list