summaryrefslogtreecommitdiff
path: root/inc/stage.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-29 02:36:38 -0400
committerbd <bdunahu@operationnull.com>2025-03-29 02:36:38 -0400
commitbc47d9131869b1f072e21d9cb61746d14bf30751 (patch)
tree3da9c04aa06f606d729c6267248966cd17ea7c63 /inc/stage.h
parentb06f7b0546d679958153263e15ea857659819499 (diff)
get_instr_fields return mnemonic rather than opcode and type
Diffstat (limited to 'inc/stage.h')
-rw-r--r--inc/stage.h4
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;