Commit 759c58af by Jim Wilson Committed by Jim Wilson

Correct typo in smul@var{m}3_highpart documentation.

From-SVN: r27706
parent 3dbecef9
Tue Jun 22 20:23:43 1999 Jim Wilson <wilson@cygnus.com>
* md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
1999-06-22 Jim Wilson <wilson@cygnus.com>
* expr.c (store_expr): When target is a promoted subreg, return a
......
......@@ -1869,7 +1869,7 @@ Similar widening-multiplication instructions that do unsigned
multiplication.
@cindex @code{smul@var{m}3_highpart} instruction pattern
@item @samp{mul@var{m}3_highpart}
@item @samp{smul@var{m}3_highpart}
Perform a signed multiplication of operands 1 and 2, which have mode
@var{m}, and store the most significant half of the product in operand 0.
The least significant half of the product is discarded.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment