aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-07-22 16:59:33 +0000
committerJim Grosbach <grosbach@apple.com>2011-07-22 16:59:33 +0000
commit9076b6e8f43c7eade7e0b667081f94df097e85c3 (patch)
treeb0ad0cf901d47a090233e7c9570776cfe8221d35 /test
parent6c1bb77992ddc1b22c14268720c05c222255533c (diff)
downloadexternal_llvm-9076b6e8f43c7eade7e0b667081f94df097e85c3.zip
external_llvm-9076b6e8f43c7eade7e0b667081f94df097e85c3.tar.gz
external_llvm-9076b6e8f43c7eade7e0b667081f94df097e85c3.tar.bz2
ARM assembly parsing and encoding tests for SEL instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/basic-arm-instructions.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s
index f8ec6e7..0bde0f6 100644
--- a/test/MC/ARM/basic-arm-instructions.s
+++ b/test/MC/ARM/basic-arm-instructions.s
@@ -1294,6 +1294,16 @@ _func:
@------------------------------------------------------------------------------
+@ SEL
+@------------------------------------------------------------------------------
+ sel r9, r2, r1
+ selne r9, r2, r1
+
+@ CHECK: sel r9, r2, r1 @ encoding: [0xb1,0x9f,0x82,0xe6]
+@ CHECK: selne r9, r2, r1 @ encoding: [0xb1,0x9f,0x82,0x16]
+
+
+@------------------------------------------------------------------------------
@ STM*
@------------------------------------------------------------------------------
stm r2, {r1,r3-r6,sp}