aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2015-10-27 21:38:09 +0100
committerLinaro Code Review <review@review.linaro.org>2015-10-28 14:44:00 +0000
commit0f673cc9f5d7a7419775f4b32b67d6c25b946b5a (patch)
treeb730649a3ed435a4b81dfcb6231373b95466d032
parentbe09330da9d0777c4a58568d137e3f8a3dbe0a0b (diff)
gcc/
Backport from trunk r227333. 2015-08-30 Michael Collison <michael.collison@linaro.org> PR other/67320 * doc.md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct standard names Change-Id: I2414698cced383064874e56d352e25d1d5e39471
-rw-r--r--gcc/doc/md.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index bbd91c2367c..54b18c3d855 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -4893,10 +4893,10 @@ is of a wider mode, is computed and added to operand 3. Operand 3 is of a mode
equal or wider than the mode of the absolute difference. The result is placed
in operand 0, which is of the same mode as operand 3.
-@cindex @code{ssum_widen@var{m3}} instruction pattern
-@item @samp{ssum_widen@var{m3}}
-@cindex @code{usum_widen@var{m3}} instruction pattern
-@itemx @samp{usum_widen@var{m3}}
+@cindex @code{widen_ssum@var{m3}} instruction pattern
+@item @samp{widen_ssum@var{m3}}
+@cindex @code{widen_usum@var{m3}} instruction pattern
+@itemx @samp{widen_usum@var{m3}}
Operands 0 and 2 are of the same mode, which is wider than the mode of
operand 1. Add operand 1 to operand 2 and place the widened result in
operand 0. (This is used express accumulation of elements into an accumulator