summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/cmpsi2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/cmpsi2.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/cmpsi2.s28
1 files changed, 0 insertions, 28 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/cmpsi2.s b/binutils-2.17/gas/testsuite/gas/h8300/cmpsi2.s
deleted file mode 100644
index 82f2fea9..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/cmpsi2.s
+++ /dev/null
@@ -1,28 +0,0 @@
-# 1 "libgcc1.S"
-;; libgcc1 routines for the Hitachi H8/300 cpu.
-;; Contributed by Steve Chamberlain.
-;; sac@cygnus.com
- .section .text
- .align 2
- .global ___cmpsi2
-___cmpsi2:
- cmp.w r2 ,r0
- bne .L2
- cmp.w r3 ,r1
- bne .L2
- mov.w #1,r0
- rts
-.L2:
- cmp.w r0 ,r2
- bgt .L4
- bne .L3
- cmp.w r1 ,r3
- bls .L3
-.L4:
- sub.w r0 ,r0
- rts
-.L3:
- mov.w #2,r0
-.L5:
- rts
- .end