Commit c3021e5d by Aldy Hernandez Committed by Aldy Hernandez

spe.md ("spe_evmra"): Change to unspec.

2002-07-29  Aldy Hernandez  <aldyh@redhat.com>

	* config/rs6000/spe.md ("spe_evmra"): Change to unspec.

From-SVN: r55847
parent 6f1087be
2002-07-29 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.md ("spe_evmra"): Change to unspec.
2002-07-29 Richard Henderson <rth@redhat.com>
* emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
......
......@@ -2028,7 +2028,8 @@
(define_insn "spe_evmra"
[(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
(match_operand:V2SI 1 "gpc_reg_operand" "r"))
(set (reg:V2SI SPE_ACC_REGNO) (match_dup 1))]
(set (reg:V2SI SPE_ACC_REGNO)
(unspec:V2SI [(match_dup 1)] 726))]
"TARGET_SPE"
"evmra %0,%1"
[(set_attr "type" "veccomplex")
......
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