(no commit message)
authorlkcl <lkcl@web>
Sun, 26 Mar 2023 21:42:57 +0000 (22:42 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 26 Mar 2023 21:42:57 +0000 (22:42 +0100)
openpower/sv/rfc/ls009.mdwn

index 50aecd061b3bb0fad3ca49d198b3fbdc71ef2b45..846ab816d528022102748613a7357b9ab70213e6 100644 (file)
@@ -311,8 +311,10 @@ included in the RAW Hazards because it is involved in calculating
 how many registers are to be considered Indices.
 
 With these Hazard Mitigations in place, high-performance implementations
-may read-cache the Indices from the point where a given `svindex` instruction
-is called (or SVSHAPE SPRs - and MAXVL- directly altered).
+may read-cache the Indices at the point where a given `svindex` instruction
+is called (or SVSHAPE SPRs - and MAXVL - directly altered) by issuing
+background GPR register file reads whilst other instructions are being
+issued and executed.
 
 The original motivation for Indexed REMAP was to mitigate the need to add
 an expensive `mv.x` to the Scalar ISA, which was likely to be rejected as