(sqrtsf2,sqrtdf2): Use fp precision specifiers.

From-SVN: r9112
This commit is contained in:
Richard Kenner 1995-03-02 18:18:24 -05:00
parent eadaebabd3
commit f590249e80
1 changed files with 4 additions and 4 deletions

View File

@ -3724,9 +3724,9 @@
"*
{
if (FP_REG_P (operands[1]))
return \"fsqrt%.x %1,%0\";
return \"f%$sqrt%.x %1,%0\";
else
return \"fsqrt%.s %1,%0\";
return \"f%$sqrt%.s %1,%0\";
}")
(define_insn "sqrtdf2"
@ -3736,9 +3736,9 @@
"*
{
if (FP_REG_P (operands[1]))
return \"fsqrt%.x %1,%0\";
return \"f%&sqrt%.x %1,%0\";
else
return \"fsqrt%.d %1,%0\";
return \"f%&sqrt%.d %1,%0\";
}")
;; Absolute value instructions