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
This commit is contained in:
Jim Wilson 2002-11-27 20:58:37 +00:00 committed by Aldy Hernandez
parent 21b3d0ba2b
commit c9b93e1a32
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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>
* config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.

View File

@ -1071,7 +1071,7 @@
(clobber (reg:SI SPEFSCR_REGNO))
(clobber (reg:V2SI SPE_ACC_REGNO))]
"TARGET_SPE"
"evmhessiaaw %0,%1"
"evmhessiaaw %0,%1,%2"
[(set_attr "type" "veccomplex")
(set_attr "length" "4")])
@ -1973,7 +1973,7 @@
[(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
(unspec:V2SI [(match_operand:QI 1 "immediate_operand" "i")] 684))]
"TARGET_SPE"
"evsplatfi %1,%0"
"evsplatfi %0,%1"
[(set_attr "type" "vecperm")
(set_attr "length" "4")])
@ -1981,7 +1981,7 @@
[(set (match_operand:V2SI 0 "gpc_reg_operand" "=r")
(unspec:V2SI [(match_operand:QI 1 "immediate_operand" "i")] 685))]
"TARGET_SPE"
"evsplati %1,%0"
"evsplati %0,%1"
[(set_attr "type" "vecperm")
(set_attr "length" "4")])