Commit 6ffe0821 by Jim Wilson

(expand_binop): Correct indentation of doubleword multiply picture.

From-SVN: r3024
parent a66279da
......@@ -660,14 +660,14 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods)
_______________________
[__op0_high_|__op0_low__]
_______________________
* [__op1_high_|__op1_low__]
* [__op1_high_|__op1_low__]
_______________________________________________
_______________________
(1) [__op0_low__*__op1_low__]
(1) [__op0_low__*__op1_low__]
_______________________
(2a) [__op0_low__*__op1_high_]
(2a) [__op0_low__*__op1_high_]
_______________________
(2b) [__op0_high_*__op1_low__]
(2b) [__op0_high_*__op1_low__]
_______________________
(3) [__op0_high_*__op1_high_]
......
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