From 451797936119d8236843c4e9aee4a47dc5cddd56 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Jun 2024 00:53:34 +0300 Subject: continue working through test cases + Remove overflow and more complicated floating point tests for now --- src/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 1f21c74..218b589 100644 --- a/src/common.h +++ b/src/common.h @@ -64,8 +64,14 @@ enum ejit_opcode { SUBI, MULR, + MULR_F, + DIVR, + DIVR_U, + DIVR_F, + NEGR, + COMR, ANDR, ANDI, -- cgit v1.2.3