RFC-5: Reduce the number of string registers #5
Labels
proposal
Proposal with specification enhancement
S-implemented
The change is implemented in the reference implementation but not yet a part of the specification
Milestone
Reduce the number of string registers down to 32 (from current 256); maintain ISA byte dimensions by using
mod 32
(ormod 16
if an operation uses two string register indexes) to determine specific string register.This will reduce memory requirements for on-chip registers from current > 16MB down to ~ 2MB
The text was updated successfully, but these errors were encountered: