aboutsummaryrefslogtreecommitdiff
path: root/private_include
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-09 20:03:57 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-09 20:03:57 +0100
commit015c7edfa0e0460b7978fcfd724699af8fb6ec21 (patch)
tree1b52152e796aae0c239fdaad2552ee94e923f5fa /private_include
parent18f901125ad1b97ee3f79cb2f5d87704b52191ee (diff)
Add i32.shl
Diffstat (limited to 'private_include')
-rw-r--r--private_include/nw/ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private_include/nw/ops.h b/private_include/nw/ops.h
index b8288ab..9646c5c 100644
--- a/private_include/nw/ops.h
+++ b/private_include/nw/ops.h
@@ -55,6 +55,7 @@ void nwp_op_i32_ne(struct nw_interp *i);
void nwp_op_i32_lt_s(struct nw_interp *i);
void nwp_op_i32_ge_s(struct nw_interp *i);
void nwp_op_i32_ge_u(struct nw_interp *i);
+void nwp_op_i32_shl(struct nw_interp *i);
void nwp_op_check_no_immediate(struct nw_mod *m);
void nwp_op_check_block(struct nw_mod *m);