Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 05c0499

Browse files
committed
Sign Select instructions
1 parent 8551a32 commit 05c0499

File tree

3 files changed

+199
-0
lines changed

3 files changed

+199
-0
lines changed

proposals/simd/BinarySIMD.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,7 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
225225
| `f32x4.convert_i32x4_u` | `0xfb`| - |
226226
| `v128.load32_zero` | `0xfc`| - |
227227
| `v128.load64_zero` | `0xfd`| - |
228+
| `v8x16.signselect` | `0xfd7d`| - |
229+
| `v16x8.signselect` | `0xfd7e`| - |
230+
| `v32x4.signselect` | `0xfd7f`| - |
231+
| `v64x2.signselect` | `0xfd94`| - |

0 commit comments

Comments
 (0)