*** empty log message ***

From-SVN: r855
This commit is contained in:
Michael Meissner 1992-04-29 01:27:02 +00:00
parent 9e3c9e1bf6
commit 5cccf78f37

View File

@ -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\";
}"