Commit 94634f14 by Kazu Hirata Committed by Kazu Hirata

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
parent 2d5bc016
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> 2006-05-01 DJ Delorie <dj@redhat.com>
* vec.c: Include bconfig.h when appropriate. * vec.c: Include bconfig.h when appropriate.
......
...@@ -160,9 +160,9 @@ ...@@ -160,9 +160,9 @@
case 2: case 2:
return output_move_double (operands); return output_move_double (operands);
case 3: case 3:
return \"fmdrr%?\\t%P0, %1\\t%@ int\"; return \"fmdrr%?\\t%P0, %Q1, %R1\\t%@ int\";
case 4: case 4:
return \"fmrrd%?\\t%0, %1\\t%@ int\"; return \"fmrrd%?\\t%Q0, %R0, %P1\\t%@ int\";
case 5: case 5:
return \"fcpyd%?\\t%P0, %P1\\t%@ int\"; return \"fcpyd%?\\t%P0, %P1\\t%@ int\";
case 6: case 6:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment