Commit aee86b38 by Geoff Keating Committed by Geoffrey Keating

rs6000.md (movsi_internal1): Use '%a1' rather than '%1(%*)'.

* config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
than '%1(%*)'.
(movdi_internal64): Likewise.

From-SVN: r34201
parent 1d328b19
2000-05-26 Geoffrey Keating <geoffk@cygnus.com>
* config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
than '%1(%*)'.
(movdi_internal64): Likewise.
* config/rs6000/rs6000.md: Correct order of operands for DImode
boolean patterns.
......@@ -7565,7 +7565,7 @@
{lil|li} %0,%1
{liu|lis} %0,%v1
#
{cal|la} %0,%1(%*)
{cal|la} %0,%a1
mf%1 %0
mt%0 %1
mt%0 %1
......@@ -7820,7 +7820,7 @@
{st%U0%X0|stw%U0%X0} %1,%0
{lil|li} %0,%1
{liu|lis} %0,%v1
{cal|la} %0,%1(%*)
{cal|la} %0,%a1
#
#"
[(set_attr "type" "*,load,store,*,*,*,*,*")
......@@ -8277,7 +8277,7 @@
li %0,%1
lis %0,%v1
#
{cal|la} %0,%1(%*)
{cal|la} %0,%a1
fmr %0,%1
lfd%U1%X1 %0,%1
stfd%U0%X0 %1,%0
......
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