rs6000: Make all insert instructions one type
commitb6786e1446e2c12ca233191409fb36d60e5887a5
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 May 2014 16:37:55 +0000 (23 16:37 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 May 2014 16:37:55 +0000 (23 16:37 +0000)
treef5e75f50a33e2db5eb3f1b319542db1798169f4b
parent86c149d422c2af292cede60eef3f0c96985c872f
rs6000: Make all insert instructions one type

This uses the attribute "size" to specify the differences:

insert_word  -> insert size=32
insert_dword -> insert size=64

It could use "dot" as well, but the current code doesn't handle that.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210868 138bc75d-0d04-0410-961f-82ee72b054a4
26 files changed:
gcc/ChangeLog
gcc/config/rs6000/40x.md
gcc/config/rs6000/440.md
gcc/config/rs6000/476.md
gcc/config/rs6000/601.md
gcc/config/rs6000/603.md
gcc/config/rs6000/6xx.md
gcc/config/rs6000/7450.md
gcc/config/rs6000/7xx.md
gcc/config/rs6000/8540.md
gcc/config/rs6000/cell.md
gcc/config/rs6000/e300c2c3.md
gcc/config/rs6000/e500mc.md
gcc/config/rs6000/e500mc64.md
gcc/config/rs6000/e5500.md
gcc/config/rs6000/e6500.md
gcc/config/rs6000/mpc.md
gcc/config/rs6000/power4.md
gcc/config/rs6000/power5.md
gcc/config/rs6000/power6.md
gcc/config/rs6000/power7.md
gcc/config/rs6000/power8.md
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/rs64.md
gcc/config/rs6000/titan.md