OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [rs6000/] [40x.md] - Diff between revs 38 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 154
;; Scheduling description for IBM PowerPC 403 and PowerPC 405  processors.
;; Scheduling description for IBM PowerPC 403 and PowerPC 405  processors.
;;   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
;;   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
;;
;;
;; This file is part of GCC.
;; This file is part of GCC.
;; GCC is free software; you can redistribute it and/or modify it
;; GCC is free software; you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published
;; under the terms of the GNU General Public License as published
;; by the Free Software Foundation; either version 3, or (at your
;; by the Free Software Foundation; either version 3, or (at your
;; option) any later version.
;; option) any later version.
;; GCC is distributed in the hope that it will be useful, but WITHOUT
;; GCC is distributed in the hope that it will be useful, but WITHOUT
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
;; License for more details.
;; License for more details.
;; You should have received a copy of the GNU General Public License
;; You should have received a copy of the GNU General Public License
;; along with GCC; see the file COPYING3.  If not see
;; along with GCC; see the file COPYING3.  If not see
;; .
;; .
(define_automaton "ppc40x,ppc40xiu")
(define_automaton "ppc40x,ppc40xiu")
(define_cpu_unit "bpu_40x,fpu_405" "ppc40x")
(define_cpu_unit "bpu_40x,fpu_405" "ppc40x")
(define_cpu_unit "iu_40x" "ppc40xiu")
(define_cpu_unit "iu_40x" "ppc40xiu")
;; PPC401 / PPC403 / PPC405 32-bit integer only  IU BPU
;; PPC401 / PPC403 / PPC405 32-bit integer only  IU BPU
;; Embedded PowerPC controller
;; Embedded PowerPC controller
;; In-order execution
;; In-order execution
;; Max issue two insns/cycle (includes one branch)
;; Max issue two insns/cycle (includes one branch)
(define_insn_reservation "ppc403-load" 2
(define_insn_reservation "ppc403-load" 2
  (and (eq_attr "type" "load,load_ext,load_ext_u,load_ext_ux,load_ux,load_u,\
  (and (eq_attr "type" "load,load_ext,load_ext_u,load_ext_ux,load_ux,load_u,\
                        load_l,store_c,sync")
                        load_l,store_c,sync")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-store" 2
(define_insn_reservation "ppc403-store" 2
  (and (eq_attr "type" "store,store_ux,store_u")
  (and (eq_attr "type" "store,store_ux,store_u")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-integer" 1
(define_insn_reservation "ppc403-integer" 1
  (and (eq_attr "type" "integer,insert_word")
  (and (eq_attr "type" "integer,insert_word")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-two" 1
(define_insn_reservation "ppc403-two" 1
  (and (eq_attr "type" "two")
  (and (eq_attr "type" "two")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x,iu_40x")
  "iu_40x,iu_40x")
(define_insn_reservation "ppc403-three" 1
(define_insn_reservation "ppc403-three" 1
  (and (eq_attr "type" "three")
  (and (eq_attr "type" "three")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x,iu_40x,iu_40x")
  "iu_40x,iu_40x,iu_40x")
(define_insn_reservation "ppc403-compare" 3
(define_insn_reservation "ppc403-compare" 3
  (and (eq_attr "type" "cmp,fast_compare,compare,delayed_compare")
  (and (eq_attr "type" "cmp,fast_compare,compare,delayed_compare")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x,nothing,bpu_40x")
  "iu_40x,nothing,bpu_40x")
(define_insn_reservation "ppc403-imul" 4
(define_insn_reservation "ppc403-imul" 4
  (and (eq_attr "type" "imul,imul2,imul3,imul_compare")
  (and (eq_attr "type" "imul,imul2,imul3,imul_compare")
       (eq_attr "cpu" "ppc403"))
       (eq_attr "cpu" "ppc403"))
  "iu_40x*4")
  "iu_40x*4")
(define_insn_reservation "ppc405-imul" 5
(define_insn_reservation "ppc405-imul" 5
  (and (eq_attr "type" "imul,imul_compare")
  (and (eq_attr "type" "imul,imul_compare")
       (eq_attr "cpu" "ppc405"))
       (eq_attr "cpu" "ppc405"))
  "iu_40x*4")
  "iu_40x*4")
(define_insn_reservation "ppc405-imul2" 3
(define_insn_reservation "ppc405-imul2" 3
  (and (eq_attr "type" "imul2")
  (and (eq_attr "type" "imul2")
       (eq_attr "cpu" "ppc405"))
       (eq_attr "cpu" "ppc405"))
  "iu_40x*2")
  "iu_40x*2")
(define_insn_reservation "ppc405-imul3" 2
(define_insn_reservation "ppc405-imul3" 2
  (and (eq_attr "type" "imul3")
  (and (eq_attr "type" "imul3")
       (eq_attr "cpu" "ppc405"))
       (eq_attr "cpu" "ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-idiv" 33
(define_insn_reservation "ppc403-idiv" 33
  (and (eq_attr "type" "idiv")
  (and (eq_attr "type" "idiv")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x*33")
  "iu_40x*33")
(define_insn_reservation "ppc403-mfcr" 2
(define_insn_reservation "ppc403-mfcr" 2
  (and (eq_attr "type" "mfcr")
  (and (eq_attr "type" "mfcr")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-mtcr" 3
(define_insn_reservation "ppc403-mtcr" 3
  (and (eq_attr "type" "mtcr")
  (and (eq_attr "type" "mtcr")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-mtjmpr" 4
(define_insn_reservation "ppc403-mtjmpr" 4
  (and (eq_attr "type" "mtjmpr")
  (and (eq_attr "type" "mtjmpr")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-mfjmpr" 2
(define_insn_reservation "ppc403-mfjmpr" 2
  (and (eq_attr "type" "mfjmpr")
  (and (eq_attr "type" "mfjmpr")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "iu_40x")
  "iu_40x")
(define_insn_reservation "ppc403-jmpreg" 1
(define_insn_reservation "ppc403-jmpreg" 1
  (and (eq_attr "type" "jmpreg,branch,isync")
  (and (eq_attr "type" "jmpreg,branch,isync")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "bpu_40x")
  "bpu_40x")
(define_insn_reservation "ppc403-cr" 2
(define_insn_reservation "ppc403-cr" 2
  (and (eq_attr "type" "cr_logical,delayed_cr")
  (and (eq_attr "type" "cr_logical,delayed_cr")
       (eq_attr "cpu" "ppc403,ppc405"))
       (eq_attr "cpu" "ppc403,ppc405"))
  "bpu_40x")
  "bpu_40x")
(define_insn_reservation "ppc405-float" 11
(define_insn_reservation "ppc405-float" 11
  (and (eq_attr "type" "fpload,fpload_ux,fpload_u,fpstore,fpstore_ux,fpstore_u,\
  (and (eq_attr "type" "fpload,fpload_ux,fpload_u,fpstore,fpstore_ux,fpstore_u,\
                        fpcompare,fp,dmul,sdiv,ddiv")
                        fpcompare,fp,dmul,sdiv,ddiv")
       (eq_attr "cpu" "ppc405"))
       (eq_attr "cpu" "ppc405"))
  "fpu_405*10")
  "fpu_405*10")
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.