mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 05:29:29 +08:00
*** empty log message ***
From-SVN: r855
This commit is contained in:
parent
9e3c9e1bf6
commit
5cccf78f37
@ -1514,7 +1514,7 @@ move\\t%0,%z4\\n\\
|
||||
{
|
||||
dslots_load_total++;
|
||||
if (GET_CODE (operands[1]) == MEM)
|
||||
return \"ld.s\\t%0,%1%#\;cvt.d.w\\t%0,%0\";
|
||||
return \"l.s\\t%0,%1%#\;cvt.d.w\\t%0,%0\";
|
||||
|
||||
return \"mtc1\\t%1,%0%#\;cvt.d.w\\t%0,%0\";
|
||||
}"
|
||||
@ -1530,7 +1530,7 @@ move\\t%0,%z4\\n\\
|
||||
{
|
||||
dslots_load_total++;
|
||||
if (GET_CODE (operands[1]) == MEM)
|
||||
return \"ld.s\\t%0,%1%#\;cvt.s.w\\t%0,%0\";
|
||||
return \"l.s\\t%0,%1%#\;cvt.s.w\\t%0,%0\";
|
||||
|
||||
return \"mtc1\\t%1,%0%#\;cvt.s.w\\t%0,%0\";
|
||||
}"
|
||||
|
Loading…
Reference in New Issue
Block a user