(untyped_call+1, untyped_call+2): Use std not st for fp
results. From-SVN: r6196
This commit is contained in:
parent
2f1553a4d5
commit
dc67e35c1d
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user