Commit d96ae4d4 by Paul Brook Committed by Paul Brook

ieee754-df.S (muldf3): Use RET macros.

2008-02-29  Paul Brook  <paul@codesourcery.com>

	gcc/
	* config/arm/ieee754-df.S (muldf3): Use RET macros.

From-SVN: r132772
parent 5be891a4
2008-02-29 Paul Brook <paul@codesourcery.com>
* config/arm/ieee754-df.S (muldf3): Use RET macros.
2008-02-29 Richard Guenther <rguenther@suse.de> 2008-02-29 Richard Guenther <rguenther@suse.de>
* tree-ssa-pre.c (get_sccvn_value): Create missing VNs via * tree-ssa-pre.c (get_sccvn_value): Create missing VNs via
......
...@@ -840,7 +840,7 @@ LSYM(Lml_d): ...@@ -840,7 +840,7 @@ LSYM(Lml_d):
orr xh, xh, r6 orr xh, xh, r6
teq r5, #0 teq r5, #0
do_it ne do_it ne
movne pc, lr RETc(ne)
2: and r6, yh, #0x80000000 2: and r6, yh, #0x80000000
3: movs yl, yl, lsl #1 3: movs yl, yl, lsl #1
adc yh, yh, yh adc yh, yh, yh
...@@ -849,7 +849,7 @@ LSYM(Lml_d): ...@@ -849,7 +849,7 @@ LSYM(Lml_d):
subeq r5, r5, #1 subeq r5, r5, #1
beq 3b beq 3b
orr yh, yh, r6 orr yh, yh, r6
mov pc, lr RET
LSYM(Lml_s): LSYM(Lml_s):
@ Isolate the INF and NAN cases away @ Isolate the INF and NAN cases away
......
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