From c546a078f02c8c2bc32103637afb1806a4fefd12 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 7 Jan 2021 15:22:13 +0000 Subject: [PATCH] --- openpower/sv/svp64/appendix.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openpower/sv/svp64/appendix.mdwn b/openpower/sv/svp64/appendix.mdwn index da465b9d0..43afa7e87 100644 --- a/openpower/sv/svp64/appendix.mdwn +++ b/openpower/sv/svp64/appendix.mdwn @@ -120,11 +120,11 @@ Note the following: * `scalar identity behaviour` SV Context parameter conditions turn this into a straight absolute fully-compliant Scalar v3.0B LD operation -* brev selects whether the operation is the byte-reversed variant (ldbrx - rather than ld) -* op_width specifies the operation width (lb, lh, lw, ld) -* imm_offs specifies the immediate offset `ld r3, imm_offs(r5)` -* svctx specifies the SV Context and includes VL as well as source and +* `brev` selects whether the operation is the byte-reversed variant (`ldbrx` + rather than `ld`) +* `op_width` specifies the operation width (`lb`, `lh`, `lw`, `ld`) +* `imm_offs` specifies the immediate offset `ld r3, imm_offs(r5)` +* `svctx` specifies the SV Context and includes VL as well as source and destination elwidth overrides. Below is the pseudocode for Unit-Strided LD (which includes Vector capability): -- 2.30.2