From 585491e4a69c4b153d20d8ce47c008e7bf06933a Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 13 Aug 2022 06:42:05 +0100 Subject: [PATCH] --- openpower/sv/ldst.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 6f7cf6edf..2bd8d3bd9 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -159,10 +159,10 @@ A summary of the effect of Vectorisation of src or dest: imm(RA) RT.s RA.v no stride allowed imm(RA) RT.v RA.s stride-select allowed imm(RA) RT.s RA.s not vectorised - RA,RB RT.v {RA|RB}.v UNDEFINED - RA,RB RT.s {RA|RB}.v UNDEFINED + RA,RB RT.v {RA|RB}.v Standard Indexed + RA,RB RT.s {RA|RB}.v Indexed but single LD (no VSPLAT) RA,RB RT.v {RA&RB}.s VSPLAT possible. stride selectable - RA,RB RT.s {RA&RB}.s not vectorised + RA,RB RT.s {RA&RB}.s not vectorised (scalar identity) Signed Effective Address computation is only relevant for Vector Indexed Mode, when elwidth overrides are applied. -- 2.30.2