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

index 5f0e8d176342f471a77f90c25e9434dd57030890..c84817cba6f1a8e3c0f1f6ddd37b59127e80bfaf 100644 (file)
@@ -257,12 +257,6 @@ and other modes have all been removed, for clarity and simplicity:
         i++;
         j++;
 
-When RA is marked as Vectorised the mode switches to an anomalous
-version similar to Indexed.  The element indices increment to select a
-64 bit base address, effectively as if the src elwidth was hard-set to
-"default".  The important thing to note is that `i*op_width` is *not*
-added on to the base address unless RA is marked as a scalar address.
-
 # Remapped LD/ST
 
 In the [[sv/propagation]] page the concept of "Remapping" is described.