From 727afe4ffac0f193696c99234a2ade3a02f73157 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 10 May 2025 20:35:18 -0400 Subject: Separate ex advance into methods handling different field types --- inc/instrDTO.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'inc/instrDTO.h') diff --git a/inc/instrDTO.h b/inc/instrDTO.h index 12c72d9..ccc6ed9 100644 --- a/inc/instrDTO.h +++ b/inc/instrDTO.h @@ -21,6 +21,7 @@ #include "pipe_spec.h" #include + struct U_INT_TYPE { signed int slot_one; signed int slot_two; @@ -34,9 +35,9 @@ struct V_TYPE { }; struct VI_TYPE { - signed int base_addr; - signed int immediate; - std::array vector_register; + signed int slot_one; + signed int slot_two; + std::array slot_three; }; struct InstrDTO { -- cgit v1.2.3