aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs64.md
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-06-09 17:16:15 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-06-09 13:16:15 -0400
commit8e8238f181f8b65ba5730fe93a998ef45021f595 (patch)
tree78b89927b621235b5dff109acc9579b79ee4068b /gcc/config/rs6000/rs64.md
parentfcc365073d2515c2dc17b2e9e7f1e910e7192903 (diff)
downloadgcc-8e8238f181f8b65ba5730fe93a998ef45021f595.zip
gcc-8e8238f181f8b65ba5730fe93a998ef45021f595.tar.gz
gcc-8e8238f181f8b65ba5730fe93a998ef45021f595.tar.bz2
rs6000.md (define_attr "type"): Add insert_word.
* config/rs6000/rs6000.md (define_attr "type"): Add insert_word. (insvsi*): Add insert_word attribute. * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD. * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md, power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word. Co-Authored-By: Ayal Zaks <gcchaifa@us.ibm.com> From-SVN: r67668
Diffstat (limited to 'gcc/config/rs6000/rs64.md')
-rw-r--r--gcc/config/rs6000/rs64.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs64.md b/gcc/config/rs6000/rs64.md
index 3de2bdd..4d99875 100644
--- a/gcc/config/rs6000/rs64.md
+++ b/gcc/config/rs6000/rs64.md
@@ -42,7 +42,7 @@
"lsu_rs64")
(define_insn_reservation "rs64a-integer" 1
- (and (eq_attr "type" "integer")
+ (and (eq_attr "type" "integer,insert_word")
(eq_attr "cpu" "rs64a"))
"iu_rs64")