diff options
Diffstat (limited to 'gcc/config/mips/9000.md')
-rw-r--r-- | gcc/config/mips/9000.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/9000.md b/gcc/config/mips/9000.md index b99dbbe..b5501c3 100644 --- a/gcc/config/mips/9000.md +++ b/gcc/config/mips/9000.md @@ -131,13 +131,13 @@ (define_insn_reservation "rm9k_fdivs" 22 (and (eq_attr "cpu" "r9000") - (and (eq_attr "type" "fdiv,fsqrt,frsqrt") + (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt") (eq_attr "mode" "SF"))) "rm9k_f_float + rm9k_fdiv * 22") (define_insn_reservation "rm9k_fdivd" 37 (and (eq_attr "cpu" "r9000") - (and (eq_attr "type" "fdiv,fsqrt,frsqrt") + (and (eq_attr "type" "fdiv,frdiv,fsqrt,frsqrt") (eq_attr "mode" "DF"))) "rm9k_f_float + rm9k_fdiv * 37") |