summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/mips64.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/mips64.s')
-rw-r--r--gas/testsuite/gas/mips/mips64.s22
1 files changed, 0 insertions, 22 deletions
diff --git a/gas/testsuite/gas/mips/mips64.s b/gas/testsuite/gas/mips/mips64.s
deleted file mode 100644
index bf5e6b74ef6..00000000000
--- a/gas/testsuite/gas/mips/mips64.s
+++ /dev/null
@@ -1,22 +0,0 @@
-# source file to test assembly of mips64 instructions
-
- .set noreorder
- .set noat
-
- .globl text_label .text
-text_label:
-
- # unprivileged CPU instructions
-
- dclo $1, $2
- dclz $3, $4
-
- # unprivileged coprocessor instructions.
- # these tests use cp2 to avoid other (cp0, fpu, prefetch) opcodes.
-
- dmfc2 $3, $4
- dmfc2 $4, $5, 0 # disassembles without sel
- dmfc2 $5, $6, 7
- dmtc2 $6, $7
- dmtc2 $7, $8, 0 # disassembles without sel
- dmtc2 $8, $9, 7