diff options
Diffstat (limited to 'gcc/rtl.texi')
| -rw-r--r-- | gcc/rtl.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/rtl.texi b/gcc/rtl.texi index 4cb0eb7..6ed90f8 100644 --- a/gcc/rtl.texi +++ b/gcc/rtl.texi @@ -1628,20 +1628,20 @@ point comparisons are distinguished by the machine modes of the operands. @findex eq @cindex equal @item (eq:@var{m} @var{x} @var{y}) -1 if the values represented by @var{x} and @var{y} are equal, -otherwise 0. +@code{STORE_FLAG_VALUE} if the values represented by @var{x} and @var{y} +are equal, otherwise 0. @findex ne @cindex not equal @item (ne:@var{m} @var{x} @var{y}) -1 if the values represented by @var{x} and @var{y} are not equal, -otherwise 0. +@code{STORE_FLAG_VALUE} if the values represented by @var{x} and @var{y} +are not equal, otherwise 0. @findex gt @cindex greater than @item (gt:@var{m} @var{x} @var{y}) -1 if the @var{x} is greater than @var{y}. If they are fixed-point, -the comparison is done in a signed sense. +@code{STORE_FLAG_VALUE} if the @var{x} is greater than @var{y}. If they +are fixed-point, the comparison is done in a signed sense. @findex gtu @cindex greater than |
