(untyped_call+1, untyped_call+2): Use std not st for fp

results.

From-SVN: r6196
This commit is contained in:
Jim Wilson 1993-12-08 15:03:38 -08:00
parent 2f1553a4d5
commit dc67e35c1d

View File

@ -2855,7 +2855,7 @@
"*
{
operands[2] = adj_offsettable_operand (operands[1], 8);
return \"call %a0,0\;nop\;nop\;std %%o0,%1\;st %%f0,%2\";
return \"call %a0,0\;nop\;nop\;std %%o0,%1\;std %%f0,%2\";
}"
[(set_attr "type" "multi")])
@ -2872,7 +2872,7 @@
"*
{
operands[2] = adj_offsettable_operand (operands[1], 8);
return \"call %a0,0\;nop\;nop\;std %%o0,%1\;st %%f0,%2\";
return \"call %a0,0\;nop\;nop\;std %%o0,%1\;std %%f0,%2\";
}"
[(set_attr "type" "multi")])