summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/neon-reverse-encoding.s
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-11-01 18:33:37 +0000
committerOwen Anderson <resistor@mac.com>2010-11-01 18:33:37 +0000
commitcd9da22f68eeef24eed299191c26576e020167a6 (patch)
tree25ee15841d6ed48a4f313d191e6d5a947bf8a6a7 /llvm/test/MC/ARM/neon-reverse-encoding.s
parent44be217af1e633087861153096895a3efc6cdef7 (diff)
downloadbcm5719-llvm-cd9da22f68eeef24eed299191c26576e020167a6.tar.gz
bcm5719-llvm-cd9da22f68eeef24eed299191c26576e020167a6.zip
Use ARM-style comment syntax.
llvm-svn: 117941
Diffstat (limited to 'llvm/test/MC/ARM/neon-reverse-encoding.s')
-rw-r--r--llvm/test/MC/ARM/neon-reverse-encoding.s26
1 files changed, 13 insertions, 13 deletions
diff --git a/llvm/test/MC/ARM/neon-reverse-encoding.s b/llvm/test/MC/ARM/neon-reverse-encoding.s
index 1b538b88637..54e750b2d7b 100644
--- a/llvm/test/MC/ARM/neon-reverse-encoding.s
+++ b/llvm/test/MC/ARM/neon-reverse-encoding.s
@@ -1,26 +1,26 @@
-// RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unkown -show-encoding < %s | FileCheck %s
+@ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unkown -show-encoding < %s | FileCheck %s
-// CHECK: vrev64.8 d16, d16 @ encoding: [0x20,0x00,0xf0,0xf3]
+@ CHECK: vrev64.8 d16, d16 @ encoding: [0x20,0x00,0xf0,0xf3]
vrev64.8 d16, d16
-// CHECK: vrev64.16 d16, d16 @ encoding: [0x20,0x00,0xf4,0xf3]
+@ CHECK: vrev64.16 d16, d16 @ encoding: [0x20,0x00,0xf4,0xf3]
vrev64.16 d16, d16
-// CHECK: vrev64.32 d16, d16 @ encoding: [0x20,0x00,0xf8,0xf3]
+@ CHECK: vrev64.32 d16, d16 @ encoding: [0x20,0x00,0xf8,0xf3]
vrev64.32 d16, d16
-// CHECK: vrev64.8 q8, q8 @ encoding: [0x60,0x00,0xf0,0xf3]
+@ CHECK: vrev64.8 q8, q8 @ encoding: [0x60,0x00,0xf0,0xf3]
vrev64.8 q8, q8
-// CHECK: vrev64.16 q8, q8 @ encoding: [0x60,0x00,0xf4,0xf3]
+@ CHECK: vrev64.16 q8, q8 @ encoding: [0x60,0x00,0xf4,0xf3]
vrev64.16 q8, q8
-// CHECK: vrev64.32 q8, q8 @ encoding: [0x60,0x00,0xf8,0xf3]
+@ CHECK: vrev64.32 q8, q8 @ encoding: [0x60,0x00,0xf8,0xf3]
vrev64.32 q8, q8
-// CHECK: vrev32.8 d16, d16 @ encoding: [0xa0,0x00,0xf0,0xf3]
+@ CHECK: vrev32.8 d16, d16 @ encoding: [0xa0,0x00,0xf0,0xf3]
vrev32.8 d16, d16
-// CHECK: vrev32.16 d16, d16 @ encoding: [0xa0,0x00,0xf4,0xf3]
+@ CHECK: vrev32.16 d16, d16 @ encoding: [0xa0,0x00,0xf4,0xf3]
vrev32.16 d16, d16
-// CHECK: vrev32.8 q8, q8 @ encoding: [0xe0,0x00,0xf0,0xf3]
+@ CHECK: vrev32.8 q8, q8 @ encoding: [0xe0,0x00,0xf0,0xf3]
vrev32.8 q8, q8
-// CHECK: vrev32.16 q8, q8 @ encoding: [0xe0,0x00,0xf4,0xf3]
+@ CHECK: vrev32.16 q8, q8 @ encoding: [0xe0,0x00,0xf4,0xf3]
vrev32.16 q8, q8
-// CHECK: vrev16.8 d16, d16 @ encoding: [0x20,0x01,0xf0,0xf3]
+@ CHECK: vrev16.8 d16, d16 @ encoding: [0x20,0x01,0xf0,0xf3]
vrev16.8 d16, d16
-// CHECK: vrev16.8 q8, q8 @ encoding: [0x60,0x01,0xf0,0xf3]
+@ CHECK: vrev16.8 q8, q8 @ encoding: [0x60,0x01,0xf0,0xf3]
vrev16.8 q8, q8
OpenPOWER on IntegriCloud