]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/rs6000/sync.md
altivec.md (altivec_lvsl, [...]): Add mode.
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 18 Oct 2012 16:35:07 +0000 (18:35 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 18 Oct 2012 16:35:07 +0000 (18:35 +0200)
commit1ba24090f6871f1bf7d6c5408589f2041b5165ac
tree339281778cfb906cf8d7b4ba482e9cad107742d0
parent1a17bd35048b702b3c5eb2ece720588a77e842c1
altivec.md (altivec_lvsl, [...]): Add mode.

gcc/
* config/rs6000/altivec.md (altivec_lvsl, altivec_lvsr): Add mode.
(altivec_vsumsws_nomode): Delete.
(reduc_splus_<mode>, reduc_uplus_<mode>): Call gen_altivec_vsumsws
instead of gen_altivec_vsumsws_nomode.
(altivec_lvlx, altivec_lvlxl, altivec_lvrx, altivec_lvrxl):
Add mode.
* config/rs6000/rs6000.md (probe_stack): Rename to...
(probe_stack_<mode>): ... this.  Add mode.  Change pattern to
use std instead of stw when appropriate.
(probe_stack): New expander.
(move_from_CR_ov_bit): Add mode.
(splitter for compare_plus_ne0_<mode>, splitter for
compare_plus_ne0_<mode>_1): Remove constraints.
* config/rs6000/sync.md (loadsync): Rename to...
(loadsync_<mode>): ... this.  Add mode.
(atomic_load<mode>): Adjust.

From-SVN: r192568
gcc/ChangeLog
gcc/config/rs6000/altivec.md
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/sync.md