(no commit message)
authorlkcl <lkcl@web>
Sat, 9 Jan 2021 23:14:31 +0000 (23:14 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 9 Jan 2021 23:14:31 +0000 (23:14 +0000)
openpower/sv/ldst.mdwn

index 50d46be007455a6760b62aa07320d84e60e37757..b6a8ecabbd278d19566f43915f506c09c4cfb759 100644 (file)
@@ -104,7 +104,7 @@ Indexed LD is:
         if (RB.isvec) k++;
         if (RT.isvec) j++;
 
-Note in both cases that [[sv/svp64]] allows RA in "update" mode (`ldux`) to be effectively a completely different register from RA-as-a-source.  This because there is room in svp64 to extend RA-as-src as well as RA-as-dest, both independently as scalar or vector *and* independently extending their range.
+Note in both cases that [[sv/svp64]] allows RA-as-a-dest in "update" mode (`ldux`) to be effectively a *completely different* register from RA-as-a-source.  This because there is room in svp64 to extend RA-as-src as well as RA-as-dest, both independently as scalar or vector *and* independently extending their range.
 
 # Determining the LD/ST Modes