From: Zack Weinberg Date: Mon, 13 Sep 1999 19:19:17 +0000 (+0000) Subject: i370.md (mulsi, [...]): Use DImode operation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcff18a1ab5250739bd819d999d48be6c1dd8389;p=gcc.git i370.md (mulsi, [...]): Use DImode operation. 1999-09-13 12:18 -0700 Zack Weinberg * config/i370/i370.md (mulsi, divsi, modsi anonymous insns): Use DImode operation. From-SVN: r29382 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d437224599f..a15dbc485e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1999-09-13 12:18 -0700 Zack Weinberg + + * config/i370/i370.md (mulsi, divsi, modsi anonymous insns): + Use DImode operation. + 1999-09-13 12:13 -0700 Zack Weinberg * gcc.c: Include sys/resource.h. diff --git a/gcc/config/i370/i370.md b/gcc/config/i370/i370.md index a48523eb75a..b6bbf4d2a1d 100644 --- a/gcc/config/i370/i370.md +++ b/gcc/config/i370/i370.md @@ -2453,7 +2453,7 @@ check_label_emit (); ;; XXX see comments in mulsi above. (define_insn "" [(set (match_operand:DI 0 "register_operand" "=d") - (mult:SI (match_operand:DI 1 "general_operand" "%0") + (mult:DI (match_operand:DI 1 "general_operand" "%0") ;; XXX see above (match_operand:SI 2 "general_operand" "g")))] (match_operand:SI 2 "general_operand" "di")))] "" @@ -2617,7 +2617,7 @@ check_label_emit (); (define_insn "" [(set (match_operand:DI 0 "register_operand" "=d") - (div:SI (match_operand:DI 1 "register_operand" "0") + (div:DI (match_operand:DI 1 "register_operand" "0") (match_operand:SI 2 "general_operand" "dm")))] "" "* @@ -2784,7 +2784,7 @@ check_label_emit (); (define_insn "" [(set (match_operand:DI 0 "register_operand" "=d") - (mod:SI (match_operand:DI 1 "register_operand" "0") + (mod:DI (match_operand:DI 1 "register_operand" "0") (match_operand:SI 2 "general_operand" "dm")))] "" "*