From: lkcl Date: Sat, 9 Jan 2021 23:13:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~502 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da3551a1c06869f5943ccf623a99dc09c95eb389;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 938f773ad..50d46be00 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -11,12 +11,13 @@ Links: * 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: