Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / config / rs6000 / rs64.md
blobf546e4c2a7ed255d0392723fb1c4b9a8e5743536
1 ;; Scheduling description for IBM RS64 processors.
2 ;;   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
3 ;;
4 ;; This file is part of GCC.
6 ;; GCC is free software; you can redistribute it and/or modify it
7 ;; under the terms of the GNU General Public License as published
8 ;; by the Free Software Foundation; either version 2, or (at your
9 ;; option) any later version.
11 ;; GCC is distributed in the hope that it will be useful, but WITHOUT
12 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 ;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
14 ;; License for more details.
16 ;; You should have received a copy of the GNU General Public License
17 ;; along with GCC; see the file COPYING.  If not, write to the
18 ;; Free Software Foundation, 59 Temple Place - Suite 330, Boston,
19 ;; MA 02111-1307, USA.
21 (define_automaton "rs64,rs64fp")
22 (define_cpu_unit "iu_rs64" "rs64")
23 (define_cpu_unit "mciu_rs64" "rs64")
24 (define_cpu_unit "fpu_rs64" "rs64fp")
25 (define_cpu_unit "lsu_rs64,bpu_rs64" "rs64")
27 ;; RS64a 64-bit IU, LSU, FPU, BPU
29 (define_insn_reservation "rs64a-load" 2
30   (and (eq_attr "type" "load,load_ext,load_ext_u,load_ext_ux,load_ux,load_u")
31        (eq_attr "cpu" "rs64a"))
32   "lsu_rs64")
34 (define_insn_reservation "rs64a-store" 1
35   (and (eq_attr "type" "store,store_ux,store_u,fpstore,fpstore_ux,fpstore_u")
36        (eq_attr "cpu" "rs64a"))
37   "lsu_rs64")
39 (define_insn_reservation "rs64a-fpload" 3
40   (and (eq_attr "type" "fpload,fpload_ux,fpload_u")
41        (eq_attr "cpu" "rs64a"))
42   "lsu_rs64")
44 (define_insn_reservation "rs64a-integer" 1
45   (and (eq_attr "type" "integer,insert_word")
46        (eq_attr "cpu" "rs64a"))
47   "iu_rs64")
49 (define_insn_reservation "rs64a-two" 1
50   (and (eq_attr "type" "two")
51        (eq_attr "cpu" "rs64a"))
52   "iu_rs64,iu_rs64")
54 (define_insn_reservation "rs64a-three" 1
55   (and (eq_attr "type" "three")
56        (eq_attr "cpu" "rs64a"))
57   "iu_rs64,iu_rs64,iu_rs64")
59 (define_insn_reservation "rs64a-imul" 20
60   (and (eq_attr "type" "imul,imul_compare")
61        (eq_attr "cpu" "rs64a"))
62   "mciu_rs64*13")
64 (define_insn_reservation "rs64a-imul2" 12
65   (and (eq_attr "type" "imul2")
66        (eq_attr "cpu" "rs64a"))
67   "mciu_rs64*5")
69 (define_insn_reservation "rs64a-imul3" 8
70   (and (eq_attr "type" "imul3")
71        (eq_attr "cpu" "rs64a"))
72   "mciu_rs64*2")
74 (define_insn_reservation "rs64a-lmul" 34
75   (and (eq_attr "type" "lmul,lmul_compare")
76        (eq_attr "cpu" "rs64a"))
77   "mciu_rs64*34")
79 (define_insn_reservation "rs64a-idiv" 66
80   (and (eq_attr "type" "idiv")
81        (eq_attr "cpu" "rs64a"))
82   "mciu_rs64*66")
84 (define_insn_reservation "rs64a-ldiv" 66
85   (and (eq_attr "type" "ldiv")
86        (eq_attr "cpu" "rs64a"))
87   "mciu_rs64*66")
89 (define_insn_reservation "rs64a-compare" 3
90   (and (eq_attr "type" "cmp,fast_compare,compare,delayed_compare")
91        (eq_attr "cpu" "rs64a"))
92   "iu_rs64,nothing,bpu_rs64")
94 (define_insn_reservation "rs64a-fpcompare" 5
95   (and (eq_attr "type" "fpcompare")
96        (eq_attr "cpu" "rs64a"))
97   "mciu_rs64,fpu_rs64,bpu_rs64")
99 (define_insn_reservation "rs64a-fp" 4
100   (and (eq_attr "type" "fp,dmul")
101        (eq_attr "cpu" "rs64a"))
102   "mciu_rs64,fpu_rs64")
104 (define_insn_reservation "rs64a-sdiv" 31
105   (and (eq_attr "type" "sdiv,ddiv")
106        (eq_attr "cpu" "rs64a"))
107   "mciu_rs64,fpu_rs64*31")
109 (define_insn_reservation "rs64a-sqrt" 49
110   (and (eq_attr "type" "ssqrt,dsqrt")
111        (eq_attr "cpu" "rs64a"))
112   "mciu_rs64,fpu_rs64*49")
114 (define_insn_reservation "rs64a-mfcr" 2
115   (and (eq_attr "type" "mfcr")
116        (eq_attr "cpu" "rs64a"))
117   "lsu_rs64")
119 (define_insn_reservation "rs64a-mtcr" 3
120   (and (eq_attr "type" "mtcr")
121        (eq_attr "cpu" "rs64a"))
122   "lsu_rs64")
124 (define_insn_reservation "rs64a-mtjmpr" 3
125   (and (eq_attr "type" "mtjmpr")
126        (eq_attr "cpu" "rs64a"))
127   "lsu_rs64")
129 (define_insn_reservation "rs64a-mfjmpr" 2
130   (and (eq_attr "type" "mfjmpr")
131        (eq_attr "cpu" "rs64a"))
132   "lsu_rs64")
134 (define_insn_reservation "rs64a-jmpreg" 1
135   (and (eq_attr "type" "jmpreg,branch,cr_logical,delayed_cr")
136        (eq_attr "cpu" "rs64a"))
137   "bpu_rs64")