summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/v5te-subarch.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-objdump/ARM/v5te-subarch.s')
-rw-r--r--llvm/test/tools/llvm-objdump/ARM/v5te-subarch.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/ARM/v5te-subarch.s b/llvm/test/tools/llvm-objdump/ARM/v5te-subarch.s
new file mode 100644
index 00000000000..87e8548fb01
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/ARM/v5te-subarch.s
@@ -0,0 +1,10 @@
+@ RUN: llvm-mc < %s -triple armv5te-elf -filetype=obj | llvm-objdump -triple=arm -d - | FileCheck %s
+
+.arch armv5te
+
+strd:
+strd r0, r1, [r2, +r3]
+
+@ CHECK-LABEL strd
+@ CHECK: f3 00 82 e1 strd r0, r1, [r2, r3]
+
OpenPOWER on IntegriCloud