summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/ulh.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/ulh.s')
-rw-r--r--gas/testsuite/gas/mips/ulh.s69
1 files changed, 0 insertions, 69 deletions
diff --git a/gas/testsuite/gas/mips/ulh.s b/gas/testsuite/gas/mips/ulh.s
deleted file mode 100644
index 26ecbb9473a..00000000000
--- a/gas/testsuite/gas/mips/ulh.s
+++ /dev/null
@@ -1,69 +0,0 @@
-# Source file used to test the ulh macro.
-
- .data
-data_label:
- .extern big_external_data_label,1000
- .extern small_external_data_label,1
- .comm big_external_common,1000
- .comm small_external_common,1
- .lcomm big_local_common,1000
- .lcomm small_local_common,1
-
- .text
- ulh $4,0
- ulh $4,1
- ulh $4,0x8000
- ulh $4,-0x8000
- ulh $4,0x10000
- ulh $4,0x1a5a5
- ulh $4,0($5)
- ulh $4,1($5)
- ulh $4,data_label
- ulh $4,big_external_data_label
- ulh $4,small_external_data_label
- ulh $4,big_external_common
- ulh $4,small_external_common
- ulh $4,big_local_common
- ulh $4,small_local_common
- ulh $4,data_label+1
- ulh $4,big_external_data_label+1
- ulh $4,small_external_data_label+1
- ulh $4,big_external_common+1
- ulh $4,small_external_common+1
- ulh $4,big_local_common+1
- ulh $4,small_local_common+1
- ulh $4,data_label+0x8000
- ulh $4,big_external_data_label+0x8000
- ulh $4,small_external_data_label+0x8000
- ulh $4,big_external_common+0x8000
- ulh $4,small_external_common+0x8000
- ulh $4,big_local_common+0x8000
- ulh $4,small_local_common+0x8000
- ulh $4,data_label-0x8000
- ulh $4,big_external_data_label-0x8000
- ulh $4,small_external_data_label-0x8000
- ulh $4,big_external_common-0x8000
- ulh $4,small_external_common-0x8000
- ulh $4,big_local_common-0x8000
- ulh $4,small_local_common-0x8000
- ulh $4,data_label+0x10000
- ulh $4,big_external_data_label+0x10000
- ulh $4,small_external_data_label+0x10000
- ulh $4,big_external_common+0x10000
- ulh $4,small_external_common+0x10000
- ulh $4,big_local_common+0x10000
- ulh $4,small_local_common+0x10000
- ulh $4,data_label+0x1a5a5
- ulh $4,big_external_data_label+0x1a5a5
- ulh $4,small_external_data_label+0x1a5a5
- ulh $4,big_external_common+0x1a5a5
- ulh $4,small_external_common+0x1a5a5
- ulh $4,big_local_common+0x1a5a5
- ulh $4,small_local_common+0x1a5a5
-
-# ulhu is handled like ulh. Sanity check it.
- ulhu $4,0
-
-# Round to a 16 byte boundary, for ease in testing multiple targets.
- nop
- nop