summaryrefslogtreecommitdiff
path: root/inc/pipe_spec.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 21:28:21 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 21:28:21 -0400
commit74b24d15eb1fe48a8e221a0bc061107d6b85d659 (patch)
treeb1e644178724bd7b0a773fcac2f2b9e19ee9951c /inc/pipe_spec.h
parentbaacedcc858d8d4857282cc7fb1881a11048a5bc (diff)
Add definition for size of vector register
Diffstat (limited to 'inc/pipe_spec.h')
-rw-r--r--inc/pipe_spec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/pipe_spec.h b/inc/pipe_spec.h
index 0433f23..7d65637 100644
--- a/inc/pipe_spec.h
+++ b/inc/pipe_spec.h
@@ -40,6 +40,11 @@
#define V_NUM 8
/**
+ * The size, in 32-bit integers, of a vector register.
+ */
+#define V_R_LIMIT 8
+
+/**
* The number of bits to specify an instruction type
*/
#define TYPE_SIZE 2