]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST
authorAndreas Krebbel <krebbel@linux.ibm.com>
Thu, 29 Jul 2021 06:03:36 +0000 (08:03 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Thu, 29 Jul 2021 06:03:36 +0000 (08:03 +0200)
gcc/ChangeLog:

* target.def: in0 and in1 do not need to be registers.
* doc/tm.texi: Regenerate.

gcc/doc/tm.texi
gcc/target.def

index d5f8852cc709fd6720d1eca827f373526767d755..a464d268a12948a8e73aa6a7d6c710c8ed494495 100644 (file)
@@ -6125,7 +6125,7 @@ vectors of mode @var{mode} using the permutation vector @code{sel}, and
 also to emit such a permutation.  In the former case @var{in0}, @var{in1}
 and @var{out} are all null.  In the latter case @var{in0} and @var{in1} are
 the source vectors and @var{out} is the destination vector; all three are
-registers of mode @var{mode}.  @var{in1} is the same as @var{in0} if
+operands of mode @var{mode}.  @var{in1} is the same as @var{in0} if
 @var{sel} describes a permutation on one vector instead of two.
 
 Return true if the operation is possible, emitting instructions for it
index 94e45a9fb99cd62a354b4794d2b7a6f7eafd3afb..6b4226c065148b9c8bd40f3d9849cd13ade56e41 100644 (file)
@@ -1861,7 +1861,7 @@ vectors of mode @var{mode} using the permutation vector @code{sel}, and\n\
 also to emit such a permutation.  In the former case @var{in0}, @var{in1}\n\
 and @var{out} are all null.  In the latter case @var{in0} and @var{in1} are\n\
 the source vectors and @var{out} is the destination vector; all three are\n\
-registers of mode @var{mode}.  @var{in1} is the same as @var{in0} if\n\
+operands of mode @var{mode}.  @var{in1} is the same as @var{in0} if\n\
 @var{sel} describes a permutation on one vector instead of two.\n\
 \n\
 Return true if the operation is possible, emitting instructions for it\n\