summaryrefslogtreecommitdiff
path: root/gcc/config/mips/sb1.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/sb1.md')
-rw-r--r--gcc/config/mips/sb1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/sb1.md b/gcc/config/mips/sb1.md
index aff645baffa..de5f168e387 100644
--- a/gcc/config/mips/sb1.md
+++ b/gcc/config/mips/sb1.md
@@ -424,14 +424,14 @@
(define_insn_reservation "ir_sb1_divdf_2pipes" 32
(and (eq_attr "cpu" "sb1")
(and (eq_attr "type" "fdiv")
- (and (eq_attr "mode" "SF")
+ (and (eq_attr "mode" "DF")
(eq_attr "sb1_fp_pipes" "two"))))
"sb1_fp1 | sb1_fp0")
(define_insn_reservation "ir_sb1_divdf_1pipe" 32
(and (eq_attr "cpu" "sb1")
(and (eq_attr "type" "fdiv")
- (and (eq_attr "mode" "SF")
+ (and (eq_attr "mode" "DF")
(eq_attr "sb1_fp_pipes" "one"))))
"sb1_fp1")