From 775168dac117b6beb26f7f44b8c45be3d4681894 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Sun, 15 Oct 2006 00:11:05 +0000
Subject: [PATCH] Document the VAArg, and vector instruction opcodes.
llvm-svn: 30965
---
llvm/docs/BytecodeFormat.html | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 2b856a716311..afb24d44929b 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/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*
|
--
GitLab