From: Kazu Hirata Date: Mon, 1 May 2006 21:55:02 +0000 (+0000) Subject: re PR target/27374 (*arm_movdi_vfp in config/arm/vfp.md has wrong output templates) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94634f146ede0b9859c42a069739f63abfdcdc69;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bec4dc97726..d10d2ce25df 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-05-01 Kazu Hirata + + PR target/27374 + * config/arm/vfp.md (*arm_movdi_vfp): Correct the output + templates for case 3 and 4. + 2006-05-01 DJ Delorie * vec.c: Include bconfig.h when appropriate. diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index 3f8b397e153..2380c83cad9 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: