From: Richard Kenner Date: Sat, 9 Apr 1994 20:28:47 +0000 (-0400) Subject: (mulhi3): Use SImode for MULT RTL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74f171be20124890c3b14881350b561d2e99ed54;p=gcc.git (mulhi3): Use SImode for MULT RTL. From-SVN: r7011 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 500fbbd475a..346a63bf60b 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2301,14 +2301,14 @@ (define_insn "" [(set (match_operand:HI 0 "general_operand" "=r") - (mult:SI (match_operand:HI 1 "general_operand" "%0") + (mult:HI (match_operand:HI 1 "general_operand" "%0") (match_operand:HI 2 "general_operand" "r")))] "GET_CODE (operands[2]) == CONST_INT && INTVAL (operands[2]) == 0x80" "* return AS2 (imul%W0,%2,%0);") (define_insn "mulhi3" [(set (match_operand:HI 0 "general_operand" "=r,r") - (mult:SI (match_operand:HI 1 "general_operand" "%0,rm") + (mult:HI (match_operand:HI 1 "general_operand" "%0,rm") (match_operand:HI 2 "general_operand" "g,i")))] "" "* @@ -2345,7 +2345,7 @@ (define_insn "" [(set (match_operand:HI 0 "general_operand" "=a") - (mult:SI (zero_extend:HI + (mult:HI (zero_extend:HI (match_operand:QI 1 "nonimmediate_operand" "%0")) (zero_extend:HI (match_operand:QI 2 "nonimmediate_operand" "qm"))))]