Commit e7a9b208 by Aldy Hernandez Committed by Aldy Hernandez

spe.md ("spe_evfscfsi"): Change operand types.

2003-06-19  Aldy Hernandez  <aldyh@redhat.com>

	* config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
	Change "fix" to "float".

From-SVN: r68195
parent 254d52a9
2003-06-19 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
Change "fix" to "float".
2003-06-19 Andreas Jaeger <aj@suse.de>
* c-tree.h: Remove declaration of poplevel.
......
......@@ -639,8 +639,8 @@
(set_attr "length" "4")])
(define_insn "spe_evfscfsi"
[(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
(fix:V2SI (match_operand:V2SF 1 "gpc_reg_operand" "r")))]
[(set (match_operand:V2SF 0 "gpc_reg_operand" "=r")
(float:V2SF (match_operand:V2SI 1 "gpc_reg_operand" "r")))]
"TARGET_SPE"
"evfscfsi %0,%1"
[(set_attr "type" "vecfloat")
......
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