Commit 1f046771 by Jakub Jelinek Committed by Jakub Jelinek

sparc.md (movdf_insn_v9only_vis): fzero has just one argument.

	* config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
	just one argument.

From-SVN: r34079
parent a0c33338
2000-05-22 Jakub Jelinek <jakub@redhat.com>
* config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
just one argument.
Mon May 22 06:57:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Mon May 22 06:57:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* alias.c (record_component_aliases): New function. * alias.c (record_component_aliases): New function.
...@@ -3359,7 +3359,7 @@ ...@@ -3359,7 +3359,7 @@
|| register_operand (operands[1], DFmode) || register_operand (operands[1], DFmode)
|| fp_zero_operand (operands[1], DFmode))" || fp_zero_operand (operands[1], DFmode))"
"@ "@
fzero\\t%1, %0 fzero\\t%0
fmovd\\t%1, %0 fmovd\\t%1, %0
ldd\\t%1, %0 ldd\\t%1, %0
stx\\t%r1, %0 stx\\t%r1, %0
......
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