mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 00:16:00 +08:00
md.texi (Standard Names): Fix name of pushm1 pattern.
2005-10-05 Eric Christopher <echristo@apple.com> * doc/md.texi (Standard Names): Fix name of pushm1 pattern. From-SVN: r105023
This commit is contained in:
parent
bf7e247271
commit
759915cada
@ -1,3 +1,7 @@
|
||||
2005-10-05 Eric Christopher <echristo@apple.com>
|
||||
|
||||
* doc/md.texi (Standard Names): Fix name of pushm1 pattern.
|
||||
|
||||
2005-10-05 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR 23714
|
||||
|
@ -3029,8 +3029,8 @@ specify field index and operand 0 place to store value into.
|
||||
Initialize the vector to given values. Operand 0 is the vector to initialize
|
||||
and operand 1 is parallel containing values for individual fields.
|
||||
|
||||
@cindex @code{push@var{m}} instruction pattern
|
||||
@item @samp{push@var{m}}
|
||||
@cindex @code{push@var{m}1} instruction pattern
|
||||
@item @samp{push@var{m}1}
|
||||
Output a push instruction. Operand 0 is value to push. Used only when
|
||||
@code{PUSH_ROUNDING} is defined. For historical reason, this pattern may be
|
||||
missing and in such case an @code{mov} expander is used instead, with a
|
||||
|
Loading…
Reference in New Issue
Block a user