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

index 938f773ad3e01c4e4db833a31053d0f9ce4c5cea..50d46be007455a6760b62aa07320d84e60e37757 100644 (file)
@@ -11,12 +11,13 @@ Links:
 * <https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#vector-loads-and-stores>
 
 Vectorisation of Load and Store requires creation, from scalar operations,
-a number of different types:
+a number of different modes:
 
 * fixed stride (contiguous sequence with no gaps)
 * element strided (sequential but regularly offset, with gaps)
 * vector indexed (vector of base addresses and vector of offsets)
 * fail-first on the same (where it makes sense to do so)
+* Structure Packing (covered in SV by [[sv/remap]]).
 
 OpenPOWER Load/Store operations may be seen from [[isa/fixedload]] and
 [[isa/fixedstore]] pseudocode to be of the form: