diff options
author | David Edelsohn <edelsohn@gnu.org> | 2003-05-01 17:05:18 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2003-05-01 13:05:18 -0400 |
commit | 02ca7595012e0c08eeaf65e697ad7087f1d2b4a9 (patch) | |
tree | 25346d2a79b1e28e9ab1e3d9e065c4bd7244edfa /gcc/config/rs6000/7xx.md | |
parent | 397751aef082a19ac18a698f3e210b3efebaf97c (diff) | |
download | gcc-02ca7595012e0c08eeaf65e697ad7087f1d2b4a9.tar.gz |
rs6000.md (define_attr "type"): Add mfjmpr.
* config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
(movsi_internal1): Use new mfjmpr attribute.
(movhi_internal): Same.
(movqi_internal): Same.
(movcc_internal1): Same.
(movdi_internal64): Same.
* config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
* config/rs6000/40x.md: Add fpu_405.
* config/rs6000/power4.md: Merge power4lsu and power4disp automata
into power4misc automata. Remove extraneous parentheses.
* config/rs6000/440.md: New file.
* config/rs6000/rs6000.c (processor_target_table): Add 440,
440fp. Rename 405f to 405fp.
(function_arg_padding): Correct formatting.
(rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
From-SVN: r66336
Diffstat (limited to 'gcc/config/rs6000/7xx.md')
-rw-r--r-- | gcc/config/rs6000/7xx.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/7xx.md b/gcc/config/rs6000/7xx.md index 8ec84ce0495..2da9ba538f8 100644 --- a/gcc/config/rs6000/7xx.md +++ b/gcc/config/rs6000/7xx.md @@ -134,6 +134,11 @@ (eq_attr "cpu" "ppc750,ppc7400")) "nothing,sru_7xx*2") +(define_insn_reservation "ppc750-mfjmpr" 3 + (and (eq_attr "type" "mfjmpr") + (eq_attr "cpu" "ppc750,ppc7400")) + "nothing,sru_7xx*2") + (define_insn_reservation "ppc750-jmpreg" 1 (and (eq_attr "type" "jmpreg,branch") (eq_attr "cpu" "ppc750,ppc7400")) |