]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: wj -> wi+p8v
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2019 22:04:41 +0000 (22:04 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 May 2019 22:04:41 +0000 (22:04 +0000)
commitbc5743f5f30fa4e9be58f314cbf015ea9f07fc28
tree8385b9df6d378c17632c30ae65677da662edbfd2
parent96596ac69bba449cb46300fb1dd5446c9f09dfae
rs6000: wj -> wi+p8v

Also deletes VS_64dm, it's unused.

* config/rs6000/constraints.md (define_register_constraint "wj"):
Delete.
* config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
RS6000_CONSTRAINT_wj.
* config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
(rs6000_init_hard_regno_mode_ok): Adjust.
* config/rs6000/rs6000.md: Replace "wj" constraint by "wi" with "p8v".
(VS_64dm): Delete.
* config/rs6000/vsx.md: Ditto.
* doc/md.texi (Machine Constraints): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271484 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/constraints.md
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/vsx.md
gcc/doc/md.texi