diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/ex.h | 2 | ||||
-rw-r--r-- | inc/instr.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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, |