diff options
author | bd <bdunahu@operationnull.com> | 2025-05-11 13:08:16 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-11 13:08:16 -0400 |
commit | 79a68cabb033530871a1dab259149480584b2586 (patch) | |
tree | 0d59680dba627eec789984ef265fc20f8e6b88c8 /src/wb.cc | |
parent | 5326509d842c038a2d4f7dcf11fcadf960e437dd (diff) |
Add I_VECT field type for SRDL, SRDS, with two vector reg 1 general
Diffstat (limited to 'src/wb.cc')
-rw-r--r-- | src/wb.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,9 +62,9 @@ void WB::write_handler() this->store_register<std::array<signed int, V_R_LIMIT>>( reg, this->copy_extra_vector_elements()); break; - // case I_VECT: + // case S_VECT: // this->store_register<std::array<signed int, V_R_LIMIT>>( - // reg, this->curr_instr->operands.i_vector.slot_three); + // reg, this->curr_instr->operands.s_vector.slot_three); // // todo, use copy_extra_vector_elements // break; } |