From: lkcl Date: Thu, 7 Jan 2021 15:22:13 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~588 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c546a078f02c8c2bc32103637afb1806a4fefd12;p=libreriscv.git --- 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):