[llvm-commits] [llvm] r139740 - in /llvm/trunk/test/MC/ARM: basic-thumb2-instructions.s thumb2.s

Jim Grosbach grosbach at apple.com
Wed Sep 14 14:26:26 PDT 2011


Author: grosbach
Date: Wed Sep 14 16:26:25 2011
New Revision: 139740

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

Modified:
    llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s
    llvm/trunk/test/MC/ARM/thumb2.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=139740&r1=139739&r2=139740&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Wed Sep 14 16:26:25 2011
@@ -1167,6 +1167,13 @@
 @ CHECK: it	eq                      @ encoding: [0x08,0xbf]
 @ CHECK: mvneq	r2, r3                  @ encoding: [0xda,0x43]
 
+ at ------------------------------------------------------------------------------
+@ NOP
+ at ------------------------------------------------------------------------------
+        nop.w
+
+@ CHECK: nop.w                          @ encoding: [0xaf,0xf3,0x00,0x80]
+
 
 @------------------------------------------------------------------------------
 @ IT

Modified: llvm/trunk/test/MC/ARM/thumb2.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/thumb2.s?rev=139740&r1=139739&r2=139740&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/thumb2.s (original)
+++ llvm/trunk/test/MC/ARM/thumb2.s Wed Sep 14 16:26:25 2011
@@ -226,9 +226,6 @@
 @ CHECK: qdsub  r1, r2, r3 @ encoding: [0x83,0xfa,0xb2,0xf1]
         qdsub  r1, r2, r3
 
-@ CHECK: nop.w @ encoding: [0xaf,0xf3,0x00,0x80]
-        nop.w
-
 @ CHECK: yield.w @ encoding: [0xaf,0xf3,0x01,0x80]
         yield.w
 





More information about the llvm-commits mailing list