(no commit message)
authorlkcl <lkcl@web>
Sun, 16 Apr 2023 10:55:46 +0000 (11:55 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 16 Apr 2023 10:55:46 +0000 (11:55 +0100)
openpower/sv/remap.mdwn

index 45407b2acc55496dde40ae2610bc988dc561ca09..9e61af454dc930c31e0872f27ecd08e87a839a6b 100644 (file)
@@ -298,7 +298,8 @@ 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
-a stand-alone instruction.  Usually a Vector ISA would add a non-conflicting
+a stand-alone instruction
+(`GPR(RT) <- GPR(GPR(RA))`).  Usually a Vector ISA would add a non-conflicting
 variant (as in VSX `vperm`) but it is common to need to permute by source,
 with the risk of conflict, that has to be resolved, for example, in AVX-512
 with `conflictd`.