summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/arm/vfp2_t2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/arm/vfp2_t2.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/arm/vfp2_t2.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/arm/vfp2_t2.s b/binutils-2.24/gas/testsuite/gas/arm/vfp2_t2.s
deleted file mode 100644
index ba5551b6..00000000
--- a/binutils-2.24/gas/testsuite/gas/arm/vfp2_t2.s
+++ /dev/null
@@ -1,21 +0,0 @@
-@ VFP2 Additional instructions
-@ Same as vfp2.s, but for Thumb-2
- .syntax unified
- .thumb
- .text
- .global F
-F:
- @ First we test the basic syntax and bit patterns of the opcodes.
- @ Use a combination of r5, r10, s15, s17, d0 and d15 to exercise
- @ the full register bitpatterns
-
- fmdrr d0, r5, r10
- fmrrd r5, r10, d0
- fmsrr {s15, s16}, r5, r10
- fmrrs r5, r10, {s15, s16}
-
- fmdrr d15, r10, r5
- fmrrd r10, r5, d15
- fmsrr {s17, s18}, r10, r5
- fmrrs r10, r5, {s17, s18}
-