diff options
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index b4dd4e7..3482554 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -6150,6 +6150,10 @@ floating-point mode. This pattern is not allowed to @code{FAIL}. +@cindex @code{issignaling@var{m}2} instruction pattern +@item @samp{issignaling@var{m}2} +Set operand 0 to 1 if operand 1 is a signaling NaN and to 0 otherwise. + @cindex @code{cadd90@var{m}3} instruction pattern @item @samp{cadd90@var{m}3} Perform vector add and subtract on even/odd number pairs. The operation being |