From f0bcd90aa0151b1033340c9161a53b79511caa5d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 9 Mar 2016 19:15:21 -0800 Subject: Encodings for i32.eqz and i64.eqz. --- BinaryEncoding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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` | | | -- cgit v1.2.3