From: Reid Spencer
Date: Sun, 15 Oct 2006 00:11:05 +0000 (+0000)
Subject: Document the VAArg, and vector instruction opcodes.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=15fd5f1b815858a247ebc6acc21865f58fc297ab;p=oota-llvm.git
Document the VAArg, and vector instruction opcodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30965 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 2b856a71631..afb24d44929 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1613,9 +1613,19 @@ possible.
Call | 29 | 1 | 1.0 |
Shl | 30 | 1 | 1.0 |
Shr | 31 | 1 | 1.0 |
- VANext | 32 | 1 | 1.0 |
- VAArg | 33 | 1 | 1.0 |
+ VANext | 32 | 1 | 1.0,unused since 1.5 |
+ VAArg | 33 | 1 | 1.0,unused sine 1.5 |
Select | 34 | 2 | 1.2 |
+ UserOp1 | 35 | 1 | 1.0 |
+ UserOp2 | 36 | 1 | 1.0 |
+ VAArg | 37 | 5 | 1.5 |
+ ExtractElement | 38 | 5 | 1.5 |
+ InsertElement | 39 | 5 | 1.5 |
+ ShuffleElement | 40 | 5 | 1.5 |
+
Pseudo Instructions*
|