From 89e8d463b6902a25bf19a5884f5f00b719d9ef38 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 1 Sep 2021 20:45:43 +0100 Subject: [PATCH] --- openpower/sv/ldst.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 51dafd692..9037dc04e 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -212,10 +212,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 ffirst banned - RA,RB RT.s RA/RB.v ffirst banned - RA,RB RT.v RA/RB.s VSPLAT possible - RA,RB RT.s RA/RB.s not vectorised + RA,RB RT.v {RA|RB}.v ffirst banned + RA,RB RT.s {RA|RB}.v ffirst banned + RA,RB RT.v {RA&RB}.s VSPLAT possible + RA,RB RT.s {RA&RB}.s not vectorised Signed Effective Address computation is only relevant for Vector Indexed Mode, when elwidth overrides are applied. -- 2.30.2