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

Jim Grosbach grosbach at apple.com
Thu Sep 15 09:04:13 PDT 2011


Author: grosbach
Date: Thu Sep 15 11:04:13 2011
New Revision: 139795

URL: http://llvm.org/viewvc/llvm-project?rev=139795&view=rev
Log:
Re-order test.

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=139795&r1=139794&r2=139795&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Thu Sep 15 11:04:13 2011
@@ -477,6 +477,24 @@
 
 
 @------------------------------------------------------------------------------
+@ IT
+ at ------------------------------------------------------------------------------
+@ Test encodings of a few full IT blocks, not just the IT instruction
+
+        iteet eq
+        addeq r0, r1, r2
+        nopne
+        subne r5, r6, r7
+        addeq r1, r2, #4
+
+@ CHECK: iteet	eq                      @ encoding: [0x0d,0xbf]
+@ CHECK: addeq	r0, r1, r2              @ encoding: [0x88,0x18]
+@ CHECK: nopne                          @ encoding: [0x00,0xbf]
+@ CHECK: subne	r5, r6, r7              @ encoding: [0xf5,0x1b]
+@ CHECK: addeq	r1, r2, #4              @ encoding: [0x11,0x1d]
+
+
+ at ------------------------------------------------------------------------------
 @ LDMIA
 @------------------------------------------------------------------------------
         ldmia.w r4, {r4, r5, r8, r9}
@@ -1328,23 +1346,6 @@
 
 
 @------------------------------------------------------------------------------
-@ IT
- at ------------------------------------------------------------------------------
-@ Test encodings of a few full IT blocks, not just the IT instruction
-
-        iteet eq
-        addeq r0, r1, r2
-        nopne
-        subne r5, r6, r7
-        addeq r1, r2, #4
-
-@ CHECK: iteet	eq                      @ encoding: [0x0d,0xbf]
-@ CHECK: addeq	r0, r1, r2              @ encoding: [0x88,0x18]
-@ CHECK: nopne                          @ encoding: [0x00,0xbf]
-@ CHECK: subne	r5, r6, r7              @ encoding: [0xf5,0x1b]
-@ CHECK: addeq	r1, r2, #4              @ encoding: [0x11,0x1d]
-
- at ------------------------------------------------------------------------------
 @ SUB (register)
 @------------------------------------------------------------------------------
         sub.w r5, r2, r12, rrx





More information about the llvm-commits mailing list