Commit 759915ca by Eric Christopher

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
parent bf7e2472
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> 2005-10-05 Richard Henderson <rth@redhat.com>
PR 23714 PR 23714
......
...@@ -3029,8 +3029,8 @@ specify field index and operand 0 place to store value into. ...@@ -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 Initialize the vector to given values. Operand 0 is the vector to initialize
and operand 1 is parallel containing values for individual fields. and operand 1 is parallel containing values for individual fields.
@cindex @code{push@var{m}} instruction pattern @cindex @code{push@var{m}1} instruction pattern
@item @samp{push@var{m}} @item @samp{push@var{m}1}
Output a push instruction. Operand 0 is value to push. Used only when 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 @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 missing and in such case an @code{mov} expander is used instead, with a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment