mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 18:29:27 +08:00
* doc/md.texi: Fix the description of addmodecc.
From-SVN: r69073
This commit is contained in:
parent
56694dd996
commit
4b5cc2b304
@ -1,3 +1,7 @@
|
||||
2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* doc/md.texi: Fix the description of addmodecc.
|
||||
|
||||
2003-07-07 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* Makefile.in (top_builddir): Set to "..", not ".".
|
||||
|
@ -2923,11 +2923,11 @@ If the machine does not have conditional move instructions, do not
|
||||
define these patterns.
|
||||
|
||||
@cindex @code{add@var{mode}cc} instruction pattern
|
||||
@item @samp{mov@var{mode}cc}
|
||||
@item @samp{add@var{mode}cc}
|
||||
Similar to @samp{mov@var{mode}cc} but for conditional addition. Conditionally
|
||||
move operand 2 or (operands 2 + operand 3) into operand 0 according to the
|
||||
comparison in operand 1. If the comparison is true, operand 2 is moved into
|
||||
operand 0, otherwise operand 3 is moved.
|
||||
operand 0, otherwise (operand 2 + operand 3) is moved.
|
||||
|
||||
@cindex @code{s@var{cond}} instruction pattern
|
||||
@item @samp{s@var{cond}}
|
||||
|
Loading…
Reference in New Issue
Block a user