From: lkcl Date: Thu, 17 Dec 2020 14:33:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1229 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6706cc60fd0e707708ddf57d0cd48aeb404fc4c;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 4167a0498..3a4ec0d1c 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -50,7 +50,7 @@ At the minimum however it is possible to provide unit stride and vector mode, as Indexed LD is: - function op_ld(RT, RA, RB) # LD not VLD! + function op_ldx(RT, RA, RB) # LD not VLD!  rdv = map_dest_extra(RT);  rsv = map_src_extra(RA);  rso = map_src_extra(RB);