From 5318fb717058b930764ef4e8a20311b5545885dc Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Mon, 4 Mar 2019 13:47:13 -0800 Subject: [PATCH] Specify v8x16.shuffle text format Separate each lane index because they are always interpreted independently. --- proposals/simd/TextSIMD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proposals/simd/TextSIMD.md b/proposals/simd/TextSIMD.md index 21b4272e8..8ba2e4a7b 100644 --- a/proposals/simd/TextSIMD.md +++ b/proposals/simd/TextSIMD.md @@ -19,3 +19,9 @@ The canonical text format used for printing `v128.const` instructions is ``` v128.const i32x4 0xNNNNNNNN 0xNNNNNNNN 0xNNNNNNNN 0xNNNNNNNN ``` + +### v8x16.shuffle + +``` +v8x16.shuffle i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 +```