aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2016-03-10 07:04:47 -0800
committerDan Gohman <sunfish@mozilla.com>2016-03-10 07:04:47 -0800
commit6ded59220b12cdffdfa1050fe162f0627bb4b73b (patch)
tree725997ceead3f24b7c7ce05e4526625346e577cb /BinaryEncoding.md
parente6021f003b1dd5b1d37f4dfe4d7d97e8c60dbba7 (diff)
parentf0bcd90aa0151b1033340c9161a53b79511caa5d (diff)
downloadnanowasm-design-6ded59220b12cdffdfa1050fe162f0627bb4b73b.tar.gz
Merge pull request #599 from WebAssembly/eqz-encoding
Encodings for i32.eqz and i64.eqz.
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 4b44f21..ea81227 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -428,7 +428,7 @@ natural alignment. Thus, for any given memory access op, the bits after the
| `i32.clz` | `0x57` | | |
| `i32.ctz` | `0x58` | | |
| `i32.popcnt` | `0x59` | | |
-| `bool.not` | `0x5a` | | |
+| `i32.eqz | `0x5a` | | |
| `i64.add` | `0x5b` | | |
| `i64.sub` | `0x5c` | | |
| `i64.mul` | `0x5d` | | |
@@ -457,6 +457,7 @@ natural alignment. Thus, for any given memory access op, the bits after the
| `i64.clz` | `0x72` | | |
| `i64.ctz` | `0x73` | | |
| `i64.popcnt` | `0x74` | | |
+| `i64.eqz | `0xba` | | |
| `f32.add` | `0x75` | | |
| `f32.sub` | `0x76` | | |
| `f32.mul` | `0x77` | | |