summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/hppa/basic/shift2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/hppa/basic/shift2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/hppa/basic/shift2.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/hppa/basic/shift2.s b/binutils-2.17/gas/testsuite/gas/hppa/basic/shift2.s
deleted file mode 100644
index f1bee3c6..00000000
--- a/binutils-2.17/gas/testsuite/gas/hppa/basic/shift2.s
+++ /dev/null
@@ -1,24 +0,0 @@
- .code
- .align 4
-; PA 2.0 format shift right 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.
- shrpw %r4,%r5,%sar,%r6
- shrpw,= %r4,%r5,%sar,%r6
- shrpw,< %r4,%r5,%sar,%r6
- shrpw,od %r4,%r5,%sar,%r6
- shrpw,tr %r4,%r5,%cr11,%r6
- shrpw,<> %r4,%r5,%cr11,%r6
- shrpw,>= %r4,%r5,%cr11,%r6
- shrpw,ev %r4,%r5,%cr11,%r6
-
- shrpw %r4,%r5,5,%r6
- shrpw,= %r4,%r5,5,%r6
- shrpw,< %r4,%r5,5,%r6
- shrpw,od %r4,%r5,5,%r6
- shrpw,tr %r4,%r5,5,%r6
- shrpw,<> %r4,%r5,5,%r6
- shrpw,>= %r4,%r5,5,%r6
- shrpw,ev %r4,%r5,5,%r6