aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/m68k/m68k.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index 1ecc58090c8..97fafa7cedb 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -913,12 +913,10 @@
if (FP_REG_P (operands[0]))
{
if (ADDRESS_REG_P (operands[1]))
- return "move%.l %1,%-;f%$smove%.s %+,%0";
+ return "move%.l %1,%-;fsmove%.s %+,%0";
if (FP_REG_P (operands[1]))
- return "f%$move%.d %1,%0";
- if (GET_CODE (operands[1]) == CONST_DOUBLE)
- return output_move_const_single (operands);
- return "f%$move%.s %f1,%0";
+ return "fsmove%.d %1,%0";
+ return "fsmove%.s %f1,%0";
}
if (FP_REG_P (operands[1]))
{
@@ -1030,11 +1028,13 @@
switch (which_alternative)
{
default:
+ return "fdmove%.d %1,%0";
+ case 1:
return "fmove%.d %1,%0";
case 2:
return "fmove%.d %1,%-;move%.l %+,%0;move%.l %+,%R0";
case 3:
- return "move%.l %R1,%-;move%.l %1,%-;f%&move%.d %+,%0";
+ return "move%.l %R1,%-;move%.l %1,%-;fdmove%.d %+,%0";
case 4: case 5: case 6:
return output_move_double (operands);
case 7:
@@ -1647,9 +1647,9 @@
cc_status = cc_prev_status;
return "";
}
- return "f%&move%.d %1,%0";
+ return "fdmove%.d %1,%0";
}
- return "f%&move%.s %f1,%0";
+ return "fdmove%.s %f1,%0";
})
;; This cannot output into an f-reg because there is no way to be
@@ -1679,7 +1679,7 @@
(match_operand:DF 1 "general_operand" "m,f")))]
"TARGET_COLDFIRE_FPU"
"@
- f%$move%.d %1,%0
+ fsmove%.d %1,%0
fmove%.s %1,%0")
(define_insn ""
@@ -2374,8 +2374,8 @@
"TARGET_COLDFIRE_FPU"
{
if (FP_REG_P (operands[2]))
- return "f<FP:round>add%.d %2,%0";
- return "f<FP:round>add%.<FP:prec> %2,%0";
+ return "f<FP:prec>add%.d %2,%0";
+ return "f<FP:prec>add%.<FP:prec> %2,%0";
})
;; subtract instructions
@@ -2583,8 +2583,8 @@
"TARGET_COLDFIRE_FPU"
{
if (FP_REG_P (operands[2]))
- return "f<FP:round>sub%.d %2,%0";
- return "f<FP:round>sub%.<FP:prec> %2,%0";
+ return "f<FP:prec>sub%.d %2,%0";
+ return "f<FP:prec>sub%.<FP:prec> %2,%0";
})
;; multiply instructions