[llvm-commits] [llvm] r137964 - /llvm/trunk/test/MC/ARM/basic-thumb-instructions.s

Jim Grosbach grosbach at apple.com
Thu Aug 18 11:10:38 PDT 2011


Author: grosbach
Date: Thu Aug 18 13:10:38 2011
New Revision: 137964

URL: http://llvm.org/viewvc/llvm-project?rev=137964&view=rev
Log:
Thumb assembly parsing and encoding for EOR.

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

Modified: llvm/trunk/test/MC/ARM/basic-thumb-instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/basic-thumb-instructions.s?rev=137964&r1=137963&r2=137964&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb-instructions.s Thu Aug 18 13:10:38 2011
@@ -155,3 +155,10 @@
 @ CHECK: cmp	r6, #32                 @ encoding: [0x20,0x2e]
 @ CHECK: cmp	r3, r4                  @ encoding: [0xa3,0x42]
 @ CHECK: cmp	r8, r1                  @ encoding: [0x88,0x45]
+
+ at ------------------------------------------------------------------------------
+@ EOR
+ at ------------------------------------------------------------------------------
+        eors r4, r5
+
+@ CHECK: eors	r4, r5                  @ encoding: [0x6c,0x40]





More information about the llvm-commits mailing list