aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-14 17:00:38 +0000
committerDan Gohman <gohman@apple.com>2008-10-14 17:00:38 +0000
commit8e58bc5f1ed965cbb90748699ac69b294a03066b (patch)
tree635887da683ba09ed6f94e297ecc5c474013bd8a /docs/TableGenFundamentals.html
parent2672f3eb19cbaca2fd056c43f74b88a7a6d7fc9f (diff)
downloadexternal_llvm-8e58bc5f1ed965cbb90748699ac69b294a03066b.zip
external_llvm-8e58bc5f1ed965cbb90748699ac69b294a03066b.tar.gz
external_llvm-8e58bc5f1ed965cbb90748699ac69b294a03066b.tar.bz2
HTML syntax fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r--docs/TableGenFundamentals.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index aaa5551..a89e60d 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -707,12 +707,12 @@ examples:</p>
<b>let</b> Defs = [EAX, ECX, EDX, FP0, FP1, FP2, FP3, FP4, FP5, FP6, ST0,
MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, XMM7, EFLAGS] <b>in</b> {
- <b>def</b> CALLpcrel32 : Ii32<0xE8, RawFrm, (outs), (ins i32imm:$dst,variable_ops),
- "call\t${dst:call}", []>;
- <b>def</b> CALL32r : I<0xFF, MRM2r, (outs), (ins GR32:$dst, variable_ops),
- "call\t{*}$dst", [(X86call GR32:$dst)]>;
- <b>def</b> CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst, variable_ops),
- "call\t{*}$dst", []>;
+ <b>def</b> CALLpcrel32 : Ii32&lt;0xE8, RawFrm, (outs), (ins i32imm:$dst,variable_ops),
+ "call\t${dst:call}", []&gt;;
+ <b>def</b> CALL32r : I&lt;0xFF, MRM2r, (outs), (ins GR32:$dst, variable_ops),
+ "call\t{*}$dst", [(X86call GR32:$dst)]&gt;;
+ <b>def</b> CALL32m : I&lt;0xFF, MRM2m, (outs), (ins i32mem:$dst, variable_ops),
+ "call\t{*}$dst", []&gt;;
}
</pre>
</div>