comparison gcc/config/rs6000/power8.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 POWER8 processor. 1 ;; Scheduling description for IBM POWER8 processor.
2 ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. 2 ;; Copyright (C) 2013-2018 Free Software Foundation, Inc.
3 ;; 3 ;;
4 ;; Contributed by Pat Haugen (pthaugen@us.ibm.com). 4 ;; Contributed by Pat Haugen (pthaugen@us.ibm.com).
5 5
6 ;; This file is part of GCC. 6 ;; This file is part of GCC.
7 ;; 7 ;;
279 (and (eq_attr "type" "mfjmpr") 279 (and (eq_attr "type" "mfjmpr")
280 (eq_attr "cpu" "power8")) 280 (eq_attr "cpu" "power8"))
281 "DU_first_power8,cru_power8+FXU_power8") 281 "DU_first_power8,cru_power8+FXU_power8")
282 282
283 (define_insn_reservation "power8-crlogical" 3 283 (define_insn_reservation "power8-crlogical" 3
284 (and (eq_attr "type" "cr_logical,delayed_cr") 284 (and (eq_attr "type" "cr_logical")
285 (eq_attr "cpu" "power8")) 285 (eq_attr "cpu" "power8"))
286 "DU_first_power8,cru_power8") 286 "DU_first_power8,cru_power8")
287 287
288 (define_insn_reservation "power8-mfcr" 5 288 (define_insn_reservation "power8-mfcr" 5
289 (and (eq_attr "type" "mfcr") 289 (and (eq_attr "type" "mfcr")