summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/hppa/basic/system.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/hppa/basic/system.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/hppa/basic/system.s36
1 files changed, 0 insertions, 36 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/hppa/basic/system.s b/binutils-2.17/gas/testsuite/gas/hppa/basic/system.s
deleted file mode 100644
index 857ea498..00000000
--- a/binutils-2.17/gas/testsuite/gas/hppa/basic/system.s
+++ /dev/null
@@ -1,36 +0,0 @@
- .level 1.1
- .code
- .align 4
-; Basic immediate instruction tests.
-;
-; We could/should test some of the corner cases for register and
-; immediate fields. We should also check the assorted field
-; selectors to make sure they're handled correctly.
- break 5,12
- rfi
- rfir
- ssm 5,%r4
- rsm 5,%r4
- mtsm %r4
- ldsid (%sr0,%r5),%r4
- mtsp %r4,%sr0
- mtctl %r4,%cr10
- mfsp %sr0,%r4
- mfctl %cr10,%r4
- sync
- syncdma
- diag 1234
-
- prober (%sr0,%r5),%r6,%r7
- proberi (%sr0,%r5),1,%r7
- probew (%sr0,%r5),%r6,%r7
- probewi (%sr0,%r5),1,%r7
-
- lpa %r4(%sr0,%r5),%r6
- lpa,m %r4(%sr0,%r5),%r6
- lci %r4(%sr0,%r5),%r6
-
- idtlba %r4,(%sr0,%r5)
- iitlba %r4,(%sr4,%r5)
- idtlbp %r4,(%sr0,%r5)
- iitlbp %r4,(%sr4,%r5)