From: lkcl Date: Thu, 7 Jan 2021 21:28:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~563 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a63c4e6906939dfb50b7e7bed65d480527d2fa7;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index c5401b575..7f3840ba7 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -30,7 +30,8 @@ Thus we can see that Vector Indexed may be covered, and, as demonstrated with th At the minimum however it is possible to provide unit stride and vector mode, as follows: - function op_ld(RT, RA, immed, update=False) # LD not VLD! + # LD not VLD! + function op_ld(RT, RA, immed, svctx, update=False)  rdv = map_dest_extra(RT);  rsv = map_src_extra(RA);  ps = get_pred_val(FALSE, RA); # predication on src @@ -39,16 +40,19 @@ At the minimum however it is possible to provide unit stride and vector mode, as # skip nonpredicates elements if (RA.isvec) while (!(ps & 1<