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.

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*