summaryrefslogtreecommitdiffstats
path: root/riscv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv.h')
-rw-r--r--riscv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv.h b/riscv.h
index e39cddb..ff4eb1c 100644
--- a/riscv.h
+++ b/riscv.h
@@ -26,6 +26,9 @@
#define FPU_D_ENABLED
#define T_JALR 2
#define T_BMISS 2
+#define T_MUL 8
+#define T_DIV 35
+#define T_AMO 5
#define TRAP_IEXC 1
#define TRAP_ILLEG 2