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

Jim Grosbach grosbach at apple.com
Thu Sep 15 15:24:20 PDT 2011


Author: grosbach
Date: Thu Sep 15 17:24:20 2011
New Revision: 139866

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

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=139866&r1=139865&r2=139866&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Thu Sep 15 17:24:20 2011
@@ -1667,6 +1667,18 @@
 
 
 @------------------------------------------------------------------------------
+@ SEV
+ at ------------------------------------------------------------------------------
+        sev.w
+        it eq
+        seveq.w
+
+@ CHECK: sev.w                           @ encoding: [0xaf,0xf3,0x04,0x80]
+@ CHECK: it	eq                       @ encoding: [0x08,0xbf]
+@ CHECK: seveq.w                         @ encoding: [0xaf,0xf3,0x04,0x80]
+
+
+ at ------------------------------------------------------------------------------
 @ SUB (register)
 @------------------------------------------------------------------------------
         sub.w r5, r2, r12, rrx





More information about the llvm-commits mailing list