From 6c152baa6134c01af64642e8af1aad8fd140d488 Mon Sep 17 00:00:00 2001 From: Zhi An Ng Date: Thu, 17 Dec 2020 06:34:15 +0000 Subject: [PATCH 1/2] Fix ext mul opcodes in BinarySIMD.md --- proposals/simd/BinarySIMD.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/proposals/simd/BinarySIMD.md b/proposals/simd/BinarySIMD.md index 865112f5e..078462b50 100644 --- a/proposals/simd/BinarySIMD.md +++ b/proposals/simd/BinarySIMD.md @@ -225,15 +225,15 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive). | `f32x4.convert_i32x4_u` | `0xfb`| - | | `v128.load32_zero` | `0xfc`| - | | `v128.load64_zero` | `0xfd`| - | -| `i16x8.extmul_low_i8x16_s` | `0x110`| - | -| `i16x8.extmul_high_i8x16_s` | `0x111`| - | -| `i16x8.extmul_low_i8x16_u` | `0x112`| - | -| `i16x8.extmul_high_i8x16_u` | `0x113`| - | -| `i32x4.extmul_low_i16x8_s` | `0x114`| - | -| `i32x4.extmul_high_i16x8_s` | `0x115`| - | -| `i32x4.extmul_low_i16x8_u` | `0x116`| - | -| `i32x4.extmul_high_i16x8_u` | `0x117`| - | -| `i64x2.extmul_low_i32x4_s` | `0x118`| - | -| `i64x2.extmul_high_i32x4_s` | `0x119`| - | -| `i64x2.extmul_low_i32x4_u` | `0x11a`| - | -| `i64x2.extmul_high_i32x4_u` | `0x11b`| - | +| `i16x8.extmul_low_i8x16_s` | `0x9a`| - | +| `i16x8.extmul_high_i8x16_s` | `0x9d`| - | +| `i16x8.extmul_low_i8x16_u` | `0x9d`| - | +| `i16x8.extmul_high_i8x16_u` | `0x9f`| - | +| `i32x4.extmul_low_i16x8_s` | `0xbb`| - | +| `i32x4.extmul_high_i16x8_s` | `0xbd`| - | +| `i32x4.extmul_low_i16x8_u` | `0xbe`| - | +| `i32x4.extmul_high_i16x8_u` | `0xbf`| - | +| `i64x2.extmul_low_i32x4_s` | `0xd2`| - | +| `i64x2.extmul_high_i32x4_s` | `0xd3`| - | +| `i64x2.extmul_low_i32x4_u` | `0xd6`| - | +| `i64x2.extmul_high_i32x4_u` | `0xd7`| - | From 29c51aa2d9b5d21bf0d4bc0b70f8602b4440c921 Mon Sep 17 00:00:00 2001 From: Zhi An Ng Date: Mon, 21 Dec 2020 05:21:06 +0000 Subject: [PATCH 2/2] Fix opcode --- proposals/simd/BinarySIMD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/simd/BinarySIMD.md b/proposals/simd/BinarySIMD.md index 078462b50..a90e16179 100644 --- a/proposals/simd/BinarySIMD.md +++ b/proposals/simd/BinarySIMD.md @@ -227,7 +227,7 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive). | `v128.load64_zero` | `0xfd`| - | | `i16x8.extmul_low_i8x16_s` | `0x9a`| - | | `i16x8.extmul_high_i8x16_s` | `0x9d`| - | -| `i16x8.extmul_low_i8x16_u` | `0x9d`| - | +| `i16x8.extmul_low_i8x16_u` | `0x9e`| - | | `i16x8.extmul_high_i8x16_u` | `0x9f`| - | | `i32x4.extmul_low_i16x8_s` | `0xbb`| - | | `i32x4.extmul_high_i16x8_s` | `0xbd`| - |