comparison gcc/config/rs6000/rs64.md @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 ;; Scheduling description for IBM RS64 processors. 1 ;; Scheduling description for IBM RS64 processors.
2 ;; Copyright (C) 2003-2017 Free Software Foundation, Inc. 2 ;; Copyright (C) 2003-2018 Free Software Foundation, Inc.
3 ;; 3 ;;
4 ;; This file is part of GCC. 4 ;; This file is part of GCC.
5 5
6 ;; GCC is free software; you can redistribute it and/or modify it 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 7 ;; under the terms of the GNU General Public License as published
144 (and (eq_attr "type" "mfjmpr") 144 (and (eq_attr "type" "mfjmpr")
145 (eq_attr "cpu" "rs64a")) 145 (eq_attr "cpu" "rs64a"))
146 "lsu_rs64") 146 "lsu_rs64")
147 147
148 (define_insn_reservation "rs64a-jmpreg" 1 148 (define_insn_reservation "rs64a-jmpreg" 1
149 (and (eq_attr "type" "jmpreg,branch,cr_logical,delayed_cr") 149 (and (eq_attr "type" "jmpreg,branch,cr_logical")
150 (eq_attr "cpu" "rs64a")) 150 (eq_attr "cpu" "rs64a"))
151 "bpu_rs64") 151 "bpu_rs64")
152 152
153 (define_insn_reservation "rs64a-isync" 6 153 (define_insn_reservation "rs64a-isync" 6
154 (and (eq_attr "type" "isync") 154 (and (eq_attr "type" "isync")