Commit c9b93e1a by Jim Wilson Committed by Aldy Hernandez

spe.md (spu_evsplatfi, [...]): Swap operands in output template.

2002-11-22  Jim Wilson  <wilson@redhat.com>

        * config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands
        in output template.

From-SVN: r59584
parent 21b3d0ba
2002-11-27 Jim Wilson <wilson@redhat.com>
* config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands
in output template.
2002-11-27 Casper S. Hornstrup <chorns@users.sourceforge.net> 2002-11-27 Casper S. Hornstrup <chorns@users.sourceforge.net>
* config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define. * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.
......
...@@ -1071,7 +1071,7 @@ ...@@ -1071,7 +1071,7 @@
(clobber (reg:SI SPEFSCR_REGNO)) (clobber (reg:SI SPEFSCR_REGNO))
(clobber (reg:V2SI SPE_ACC_REGNO))] (clobber (reg:V2SI SPE_ACC_REGNO))]
"TARGET_SPE" "TARGET_SPE"
"evmhessiaaw %0,%1" "evmhessiaaw %0,%1,%2"
[(set_attr "type" "veccomplex") [(set_attr "type" "veccomplex")
(set_attr "length" "4")]) (set_attr "length" "4")])
...@@ -1973,7 +1973,7 @@ ...@@ -1973,7 +1973,7 @@
[(set (match_operand:V2SI 0 "gpc_reg_operand" "=r") [(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
(unspec:V2SI [(match_operand:QI 1 "immediate_operand" "i")] 684))] (unspec:V2SI [(match_operand:QI 1 "immediate_operand" "i")] 684))]
"TARGET_SPE" "TARGET_SPE"
"evsplatfi %1,%0" "evsplatfi %0,%1"
[(set_attr "type" "vecperm") [(set_attr "type" "vecperm")
(set_attr "length" "4")]) (set_attr "length" "4")])
...@@ -1981,7 +1981,7 @@ ...@@ -1981,7 +1981,7 @@
[(set (match_operand:V2SI 0 "gpc_reg_operand" "=r") [(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
(unspec:V2SI [(match_operand:QI 1 "immediate_operand" "i")] 685))] (unspec:V2SI [(match_operand:QI 1 "immediate_operand" "i")] 685))]
"TARGET_SPE" "TARGET_SPE"
"evsplati %1,%0" "evsplati %0,%1"
[(set_attr "type" "vecperm") [(set_attr "type" "vecperm")
(set_attr "length" "4")]) (set_attr "length" "4")])
......
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