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.

Call2911.0 Shl3011.0 Shr3111.0 - VANext3211.0 - VAArg3311.0 + VANext3211.0,unused since 1.5 + VAArg3311.0,unused sine 1.5 Select3421.2 + UserOp13511.0 + UserOp23611.0 + VAArg3751.5 + ExtractElement3851.5 + InsertElement3951.5 + ShuffleElement4051.5 + Pseudo Instructions* -- GitLab