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

Jim Grosbach grosbach at apple.com
Mon Sep 19 17:48:56 PDT 2011


Author: grosbach
Date: Mon Sep 19 19:48:56 2011
New Revision: 140126

URL: http://llvm.org/viewvc/llvm-project?rev=140126&view=rev
Log:
Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.

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=140126&r1=140125&r2=140126&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Mon Sep 19 19:48:56 2011
@@ -3064,3 +3064,23 @@
 @ CHECK: it	le                      @ encoding: [0xd8,0xbf]
 @ CHECK: uxthle.w	r2, r2, ror #16 @ encoding: [0x1f,0xfa,0xa2,0xf2]
 @ CHECK: uxth.w	r9, r3, ror #24         @ encoding: [0x1f,0xfa,0xb3,0xf9]
+
+
+ at ------------------------------------------------------------------------------
+@ WFE/WFI/YIELD
+ at ------------------------------------------------------------------------------
+        wfe
+        wfi
+        yield
+        itet lt
+        wfelt
+        wfige
+        yieldlt
+
+@ CHECK: wfe                            @ encoding: [0x20,0xbf]
+@ CHECK: wfi                            @ encoding: [0x30,0xbf]
+@ CHECK: yield                          @ encoding: [0x10,0xbf]
+@ CHECK: itet	lt                      @ encoding: [0xb6,0xbf]
+@ CHECK: wfelt                          @ encoding: [0x20,0xbf]
+@ CHECK: wfige                          @ encoding: [0x30,0xbf]
+@ CHECK: yieldlt                        @ encoding: [0x10,0xbf]





More information about the llvm-commits mailing list