comparison gcc/config/rs6000/e5500.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 ;; Pipeline description for Freescale PowerPC e5500 core. 1 ;; Pipeline description for Freescale PowerPC e5500 core.
2 ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. 2 ;; Copyright (C) 2012-2018 Free Software Foundation, Inc.
3 ;; Contributed by Edmar Wienskoski (edmar@freescale.com) 3 ;; Contributed by Edmar Wienskoski (edmar@freescale.com)
4 ;; 4 ;;
5 ;; This file is part of GCC. 5 ;; This file is part of GCC.
6 ;; 6 ;;
7 ;; GCC is free software; you can redistribute it and/or modify it 7 ;; GCC is free software; you can redistribute it and/or modify it
183 (eq_attr "cpu" "ppce5500")) 183 (eq_attr "cpu" "ppce5500"))
184 "e5500_decode,e5500_bu") 184 "e5500_decode,e5500_bu")
185 185
186 ;; BU - CR logical. 186 ;; BU - CR logical.
187 (define_insn_reservation "e5500_cr_logical" 1 187 (define_insn_reservation "e5500_cr_logical" 1
188 (and (eq_attr "type" "cr_logical,delayed_cr") 188 (and (eq_attr "type" "cr_logical")
189 (eq_attr "cpu" "ppce5500")) 189 (eq_attr "cpu" "ppce5500"))
190 "e5500_decode,e5500_bu") 190 "e5500_decode,e5500_bu")