Commit b28f69a0 by J"orn Rennecke Committed by Joern Rennecke

lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.

	* config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
	(___mulsi3): Use '!' comment character.

From-SVN: r28541
parent cdad18a5
Thu Aug 5 22:27:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
(___mulsi3): Use '!' comment character.
Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk> Thu Aug 5 13:34:14 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* reload1.c (maybe_fix_stack_asms): Also declare P as "const char *". * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
......
...@@ -707,7 +707,7 @@ ___movstrSI4: ...@@ -707,7 +707,7 @@ ___movstrSI4:
mov.l r0,@(0,r4) mov.l r0,@(0,r4)
___movstrSI0: ___movstrSI0:
rts rts
or r0,r0,r0 nop
.align 4 .align 4
...@@ -855,9 +855,9 @@ ___mulsi3: ...@@ -855,9 +855,9 @@ ___mulsi3:
sts macl,r0 sts macl,r0
hiset: sts macl,r0 ! r0 = bb*dd hiset: sts macl,r0 ! r0 = bb*dd
mulu r2,r5 | brewing macl = aa*dd mulu r2,r5 ! brewing macl = aa*dd
sts macl,r1 sts macl,r1
mulu r3,r4 | brewing macl = cc*bb mulu r3,r4 ! brewing macl = cc*bb
sts macl,r2 sts macl,r2
add r1,r2 add r1,r2
shll16 r2 shll16 r2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment