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

Document representation of LandIndxN #252

Merged
merged 1 commit into from
Jun 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion proposals/simd/BinarySIMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ instr ::= ...
```

Some SIMD instructions have additional immediate operands following `simdop`.
The `v8x16.shuffle` instruction has 16 bytes after `simdop`.
These immediate operands are encoded as individual bytes.
For example, the `v8x16.shuffle` instruction has 16 bytes after `simdop`.

In the description below, `LaneIdx{I}` indicates the maximum value of the byte.
For example, `LaneIdx16` is a byte with values in the range 0-15 (inclusive).


| Instruction | `simdop` | Immediate operands |
| ---------------------------|---------:|--------------------|
Expand Down