diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-20 06:00:58 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-20 06:00:58 +0000 |
commit | 715c90ba524e736190a6380695ab337eeb5148be (patch) | |
tree | 0ab6881edc06308fc09116d695a55ccbd096cb5f /docs/BytecodeFormat.html | |
parent | 4e5b9e136f2eafcb2ab4c5b968307c2678e16a96 (diff) |
Packed types, brought to you by Brad Jones
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 51b56463bc..3345023112 100644 --- a/docs/BytecodeFormat.html +++ b/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> |