spe.md (*frob_ti_tf_2): Specify an input_operand as the source of the set.

* config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
	as the source of the set.

From-SVN: r126002
This commit is contained in:
Nathan Froyd 2007-06-25 19:15:08 +00:00 committed by Nathan Froyd
parent bf32249ec2
commit a3f8aaa52e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-06-25 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/spe.md (*frob_ti_tf_2): Specify an input_operand
as the source of the set.
2007-06-25 Roman Zippel <zippel@linux-m68k.org>
* config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P,

View File

@ -2319,7 +2319,7 @@
(define_insn "*frob_ti_tf_2"
[(set (subreg:TF (match_operand:TI 0 "gpc_reg_operand" "=&r") 0)
(match_operand:TF 1 "gpc_reg_operand" "r"))]
(match_operand:TF 1 "input_operand" "r"))]
"TARGET_E500_DOUBLE"
"evmergehi %0,%1,%1\;mr %L0,%1\;evmergehi %Y0,%L1,%L1\;mr %Z0,%L1"
[(set_attr "length" "16")])