diff options
author | bd <bdunahu@operationnull.com> | 2025-03-29 02:36:38 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-29 02:36:38 -0400 |
commit | bc47d9131869b1f072e21d9cb61746d14bf30751 (patch) | |
tree | 3da9c04aa06f606d729c6267248966cd17ea7c63 /inc/stage.h | |
parent | b06f7b0546d679958153263e15ea857659819499 (diff) |
get_instr_fields return mnemonic rather than opcode and type
Diffstat (limited to 'inc/stage.h')
-rw-r--r-- | inc/stage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/stage.h b/inc/stage.h index 04de475..f6bad41 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -36,6 +36,10 @@ class Stage */ static std::array<signed int, GPR_NUM> gprs; /** + * The shared pool of general-purpose vector registers. + */ + static std::array<signed int, V_NUM> vrs; + /** * The address of the currently executing instruction. */ static unsigned int pc; |