mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
clean up some html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c33d02371
commit
63c3ffc16a
@ -461,24 +461,24 @@ emitted as their code, followed by the extra data.
|
|||||||
|
|
||||||
<p>The possible operand encodings are:</p>
|
<p>The possible operand encodings are:</p>
|
||||||
|
|
||||||
<ul>
|
<ol>
|
||||||
<li>1 — Fixed — The field should be emitted as
|
<li value="1">Fixed: The field should be emitted as
|
||||||
a <a href="#fixedwidth">fixed-width value</a>, whose width is specified by
|
a <a href="#fixedwidth">fixed-width value</a>, whose width is specified by
|
||||||
the operand's extra data.</li>
|
the operand's extra data.</li>
|
||||||
<li>2 — VBR — The field should be emitted as
|
<li value="2">VBR: The field should be emitted as
|
||||||
a <a href="#variablewidth">variable-width value</a>, whose width is
|
a <a href="#variablewidth">variable-width value</a>, whose width is
|
||||||
specified by the operand's extra data.</li>
|
specified by the operand's extra data.</li>
|
||||||
<li>3 — Array — This field is an array of values. The array operand
|
<li value="3">Array: This field is an array of values. The array operand
|
||||||
has no extra data, but expects another operand to follow it which indicates
|
has no extra data, but expects another operand to follow it which indicates
|
||||||
the element type of the array. When reading an array in an abbreviated
|
the element type of the array. When reading an array in an abbreviated
|
||||||
record, the first integer is a vbr6 that indicates the array length,
|
record, the first integer is a vbr6 that indicates the array length,
|
||||||
followed by the encoded elements of the array. An array may only occur as
|
followed by the encoded elements of the array. An array may only occur as
|
||||||
the last operand of an abbreviation (except for the one final operand that
|
the last operand of an abbreviation (except for the one final operand that
|
||||||
gives the array's type).</li>
|
gives the array's type).</li>
|
||||||
<li>4 — Char6 — This field should be emitted as
|
<li value="4">Char6: This field should be emitted as
|
||||||
a <a href="#char6">char6-encoded value</a>. This operand type takes no
|
a <a href="#char6">char6-encoded value</a>. This operand type takes no
|
||||||
extra data.</li>
|
extra data.</li>
|
||||||
</ul>
|
</ol>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For example, target triples in LLVM modules are encoded as a record of the
|
For example, target triples in LLVM modules are encoded as a record of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user