From 793c1825a2a06bd37d48c784d70bebaaa7b3ad2c Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 12 Aug 2022 14:36:26 +0100 Subject: [PATCH] --- openpower/sv/ldst.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 4076d15e1..f89f80fda 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -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. -- 2.30.2