From: Robin Dapp Date: Thu, 12 Dec 2024 10:46:32 +0000 (+0100) Subject: docs: Fix [us]abd pattern name. X-Git-Tag: basepoints/gcc-16~3273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c09538420ed820a24aac982a0299226b879d91;p=thirdparty%2Fgcc.git docs: Fix [us]abd pattern name. The uabd and sabd optab name is missing a 3 suffix (for its three arguments). This patch adds it. gcc/ChangeLog: * doc/md.texi: Add "3" suffix. --- diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index f0b63a144ad2..523ce9bce17e 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -6208,8 +6208,8 @@ Other shift and rotate instructions, analogous to the Vector shift and rotate instructions that take vectors as operand 2 instead of a scalar type. -@cindex @code{uabd@var{m}} instruction pattern -@cindex @code{sabd@var{m}} instruction pattern +@cindex @code{uabd@var{m}3} instruction pattern +@cindex @code{sabd@var{m}3} instruction pattern @item @samp{uabd@var{m}}, @samp{sabd@var{m}} Signed and unsigned absolute difference instructions. These instructions find the difference between operands 1 and 2