aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h43
1 files changed, 40 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 37332aa..1f21c74 100644
--- a/src/common.h
+++ b/src/common.h
@@ -71,15 +71,52 @@ enum ejit_opcode {
ANDI,
EQR,
- LTR,
-
- BLTR,
+ NER,
+ GTR,
+ GTR_U,
+ GER,
+ GER_U,
+
+ EQR_F,
+ NER_F,
+ GTR_F,
+ GER_F,
+
+ BNER,
BNEI,
+ BNER_F,
+
BEQR,
BEQI,
+ BEQR_F,
+
+ BGER,
+ BGER_U,
+ BGEI,
+ BGEI_U,
+ BGER_F,
+
+ BLEI,
+ BLEI_U,
+
+ BGTR,
+ BGTR_U,
BGTI,
+ BGTI_U,
+ BGTR_F,
+
+ BLTI,
+ BLTI_U,
+
+ BLTGTR_F,
+
JMP,
+ BMCI,
+ BMCR,
+ BMSI,
+ BMSR,
+
PARAM,
PARAM_F,