summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-08-20 06:00:58 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-08-20 06:00:58 +0000
commit0220904e7ad2936d0bd4fd659c9ee7508f38dacc (patch)
tree6549bfc9d4de9d031c5395fc71fa86e4198ebd45 /llvm/docs
parent2b4b4a577ad5ce9a8fe862a43e2009455d99304a (diff)
downloadbcm5719-llvm-0220904e7ad2936d0bd4fd659c9ee7508f38dacc.tar.gz
bcm5719-llvm-0220904e7ad2936d0bd4fd659c9ee7508f38dacc.zip
Packed types, brought to you by Brad Jones
llvm-svn: 15938
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/BytecodeFormat.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 51b56463bce..33450231125 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -888,6 +888,27 @@ missing otherwise.</td>
</tr>
</tbody>
</table>
+<h3>Packed Types</h3>
+<table>
+ <tbody>
+ <tr>
+ <th><b>Type</b></th>
+ <th class="td_left"><b>Description</b></th>
+ </tr>
+ <tr>
+ <td><a href="#uint24_vbr">uint24_vbr</a></td>
+ <td class="td_left">Type ID for Packed Types (18)</td>
+ </tr>
+ <tr>
+ <td><a href="#uint24_vbr">uint24_vbr</a></td>
+ <td class="td_left">Slot number of packed vector's element type.</td>
+ </tr>
+ <tr>
+ <td><a href="#uint32_vbr">uint32_vbr</a></td>
+ <td class="td_left">The number of elements in the packed vector.</td>
+ </tr>
+ </tbody>
+</table>
</div>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="globalinfo">Module Global Info</a>
OpenPOWER on IntegriCloud