diff options
author | segher <segher@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-23 16:37:55 +0000 |
---|---|---|
committer | segher <segher@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-23 16:37:55 +0000 |
commit | b6786e1446e2c12ca233191409fb36d60e5887a5 (patch) | |
tree | f5e75f50a33e2db5eb3f1b319542db1798169f4b /gcc/config/rs6000/e5500.md | |
parent | 86c149d422c2af292cede60eef3f0c96985c872f (diff) | |
download | gcc-b6786e1446e2c12ca233191409fb36d60e5887a5.tar.gz |
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
Diffstat (limited to 'gcc/config/rs6000/e5500.md')
-rw-r--r-- | gcc/config/rs6000/e5500.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/e5500.md b/gcc/config/rs6000/e5500.md index b04d0a3b75a..fd79ca55851 100644 --- a/gcc/config/rs6000/e5500.md +++ b/gcc/config/rs6000/e5500.md @@ -56,7 +56,7 @@ ;; SFX. (define_insn_reservation "e5500_sfx" 1 - (and (eq_attr "type" "integer,insert_word,insert_dword,delayed_compare,\ + (and (eq_attr "type" "integer,insert,delayed_compare,\ shift,cntlz,exts") (eq_attr "cpu" "ppce5500")) "e5500_decode,e5500_sfx") |