summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/sb1-ext-ps.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/sb1-ext-ps.s')
-rw-r--r--gas/testsuite/gas/mips/sb1-ext-ps.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/mips/sb1-ext-ps.s b/gas/testsuite/gas/mips/sb1-ext-ps.s
deleted file mode 100644
index 7768b9bd57..0000000000
--- a/gas/testsuite/gas/mips/sb1-ext-ps.s
+++ /dev/null
@@ -1,16 +0,0 @@
-# source file to test assembly of SB-1 core's paired-single
-# extensions to the MIPS64 ISA.
-
- .set noreorder
- .set noat
-
- .globl text_label .text
-text_label:
-
- div.ps $f1, $f2, $f3
- recip.ps $f1, $f2
- rsqrt.ps $f1, $f2
- sqrt.ps $f1, $f2
-
-# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
- .space 8