mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Remove colloquialisms from the documentation.
llvm-svn: 20233
This commit is contained in:
parent
ea2c511191
commit
31efbcc81c
@ -899,8 +899,7 @@ implementations.</p>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<p>
|
||||
The x86 has a very, uhm, flexible, way of accessing memory. It is capable of
|
||||
<p>The x86 has a very flexible way of accessing memory. It is capable of
|
||||
forming memory addresses of the following expression directly in integer
|
||||
instructions (which use ModR/M addressing):</p>
|
||||
|
||||
@ -908,9 +907,9 @@ instructions (which use ModR/M addressing):</p>
|
||||
Base+[1,2,4,8]*IndexReg+Disp32
|
||||
</pre>
|
||||
|
||||
<p>Wow, that's crazy. In order to represent this, LLVM tracks no less than 4
|
||||
operands for each memory operand of this form. This means that the "load" form
|
||||
of 'mov' has the following "Operands" in this order:</p>
|
||||
<p>In order to represent this, LLVM tracks no less than 4 operands for each
|
||||
memory operand of this form. This means that the "load" form of 'mov' has the
|
||||
following <tt>MachineOperand</tt>s in this order:</p>
|
||||
|
||||
<pre>
|
||||
Index: 0 | 1 2 3 4
|
||||
|
Loading…
Reference in New Issue
Block a user