From 94634f146ede0b9859c42a069739f63abfdcdc69 Mon Sep 17 00:00:00 2001 From: Kazu Hirata <kazu@codesourcery.com> Date: Mon, 1 May 2006 21:55:02 +0000 Subject: [PATCH] re PR target/27374 (*arm_movdi_vfp in config/arm/vfp.md has wrong output templates) PR target/27374 * config/arm/vfp.md (*arm_movdi_vfp): Correct the output templates for case 3 and 4. From-SVN: r113436 --- gcc/ChangeLog | 6 ++++++ gcc/config/arm/vfp.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bec4dc97726d..d10d2ce25df9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-05-01 Kazu Hirata <kazu@codesourcery.com> + + PR target/27374 + * config/arm/vfp.md (*arm_movdi_vfp): Correct the output + templates for case 3 and 4. + 2006-05-01 DJ Delorie <dj@redhat.com> * vec.c: Include bconfig.h when appropriate. diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index 3f8b397e1538..2380c83cad9c 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -160,9 +160,9 @@ case 2: return output_move_double (operands); case 3: - return \"fmdrr%?\\t%P0, %1\\t%@ int\"; + return \"fmdrr%?\\t%P0, %Q1, %R1\\t%@ int\"; case 4: - return \"fmrrd%?\\t%0, %1\\t%@ int\"; + return \"fmrrd%?\\t%Q0, %R0, %P1\\t%@ int\"; case 5: return \"fcpyd%?\\t%P0, %P1\\t%@ int\"; case 6: -- GitLab