summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/ex.h2
-rw-r--r--inc/instr.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/inc/ex.h b/inc/ex.h
index ff4041b..30a6639 100644
--- a/inc/ex.h
+++ b/inc/ex.h
@@ -90,7 +90,7 @@ class EX : public Stage
/**
* Handles operations involving a single vector register.
- * Currently, this is LOADV and STOREV
+ * Currently, this is SRDL and SRDS
* @param slot 1, and later, the result of the mnemonic operation.
* @param slot 2
* @param the mnemonic
diff --git a/inc/instr.h b/inc/instr.h
index 0c49a79..7a6396d 100644
--- a/inc/instr.h
+++ b/inc/instr.h
@@ -37,8 +37,9 @@ enum Mnemonic {
DIVV,
CMP,
CEV,
+ SRDL,
+ SRDS,
LOAD,
- LOADV,
ADDI,
SUBI,
SFTRI,
@@ -47,7 +48,6 @@ enum Mnemonic {
ORI,
XORI,
STORE,
- STOREV,
JMP,
JRL,
JAL,