summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/mpc.md
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-01 17:05:18 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-01 17:05:18 +0000
commit45d9c0faf7f633c6f3e56fc83be9c56def8310b2 (patch)
tree25346d2a79b1e28e9ab1e3d9e065c4bd7244edfa /gcc/config/rs6000/mpc.md
parent17d529f86d0435a2b5717681150a1417d1487d4a (diff)
downloadgcc-45d9c0faf7f633c6f3e56fc83be9c56def8310b2.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/mpc.md')
-rw-r--r--gcc/config/rs6000/mpc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/mpc.md b/gcc/config/rs6000/mpc.md
index 57a6da03efe..a97b2b8ac4a 100644
--- a/gcc/config/rs6000/mpc.md
+++ b/gcc/config/rs6000/mpc.md
@@ -88,7 +88,7 @@
"fpu_mpc*17")
(define_insn_reservation "mpccore-mtjmpr" 4
- (and (eq_attr "type" "mtjmpr")
+ (and (eq_attr "type" "mtjmpr,mfjmpr")
(eq_attr "cpu" "mpccore"))
"bpu_mpc")