(no commit message)
authorlkcl <lkcl@web>
Fri, 12 Aug 2022 13:36:26 +0000 (14:36 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 12 Aug 2022 13:36:26 +0000 (14:36 +0100)
openpower/sv/ldst.mdwn

index 4076d15e1bfc4ff706a698ed138fd61ca912163b..f89f80fda903fe9a385aea9860bbcf87053a583d 100644 (file)
@@ -37,11 +37,11 @@ add such modes without changing the behaviour of the underlying Base
 Vectorisation of Load and Store requires creation, from scalar operations,
 a number of different modes:
 
-* fixed aka "unit" stride (contiguous sequence with no gaps)
-* element strided (sequential but regularly offset, with gaps)
-* vector indexed (vector of base addresses and vector of offsets)
-* Speculative fail-first (where it makes sense to do so)
-* Structure Packing (covered in SV by [[sv/remap]]).
+* **fixed aka "unit" stride** - contiguous sequence with no gaps
+* **element strided** - sequential but regularly offset, with gaps
+* **vector indexed** - vector of base addresses and vector of offsets
+* **Speculative fail-first** - where it makes sense to do so
+* **Structure Packing** - covered in SV by [[sv/remap]] and Pack/Unpack Mode.
 
 Also included in SVP64 LD/ST is both signed and unsigned Saturation,
 as well as Element-width overrides and Twin-Predication.