summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/itbl.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/itbl.s')
-rw-r--r--gas/testsuite/gas/mips/itbl.s18
1 files changed, 0 insertions, 18 deletions
diff --git a/gas/testsuite/gas/mips/itbl.s b/gas/testsuite/gas/mips/itbl.s
deleted file mode 100644
index 085545be1cb..00000000000
--- a/gas/testsuite/gas/mips/itbl.s
+++ /dev/null
@@ -1,18 +0,0 @@
-
- ; Test case for assembler option "itbl".
- ; Run as "as --itbl itbl itbl.s"
- ; or with stand-alone test case "itbl-test itbl itbl.s".
-
- ; Call mips coprocessor "cofun"s as defined in "itbl".
-
- fee $d3,$c2,0x1 ; 0x4ff07601
- fie ; 0x4ff00000
- foh $2,0x100
- fum $d3,$c2 ; 0x4ff07601
- pig $2,0x100
-
- ; Call a mips coprocessor instruction with register "d1"
- ; defined in "itbl".
-
- LWC1 $d1,0x100($2)
-