summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/hppa/basic/branch2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/hppa/basic/branch2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/hppa/basic/branch2.s32
1 files changed, 0 insertions, 32 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/hppa/basic/branch2.s b/binutils-2.17/gas/testsuite/gas/hppa/basic/branch2.s
deleted file mode 100644
index c950bd58..00000000
--- a/binutils-2.17/gas/testsuite/gas/hppa/basic/branch2.s
+++ /dev/null
@@ -1,32 +0,0 @@
- .LEVEL 2.0
- .code
- .align 4
-; More branching instructions than you ever knew what to do with.
-; PA 2.0 versions and new syntax.
-
-;
-; 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.
-
-bb_tests:
- bb,< %r4,%sar,bb_tests
- bb,>= %r4,%sar,bb_tests
- bb,<,n %r4,%cr11,bb_tests
- bb,>=,n %r4,%cr11,bb_tests
- bb,*< %r4,%sar,bb_tests
- bb,*>= %r4,%sar,bb_tests
- bb,*<,n %r4,%cr11,bb_tests
- bb,*>=,n %r4,%cr11,bb_tests
- bb,*< %r4,5,bb_tests
- bb,*>= %r4,5,bb_tests
- bb,*<,n %r4,5,bb_tests
- bb,*>=,n %r4,5,bb_tests
-
-branch_stack:
- clrbts
- popbts 1
- popbts 499
- pushnom
- pushbts %r4
-