From: Luke Kenneth Casson Leighton Date: Tue, 12 Apr 2022 16:20:28 +0000 (+0100) Subject: add extra links to modes X-Git-Tag: sv_maxu_works-initial~503 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d177fc8a1d13357f1166927098fb193a8034f7a;p=openpower-isa.git add extra links to modes --- diff --git a/src/openpower/sv/trans/svp64.py b/src/openpower/sv/trans/svp64.py index 7faf37b9..041981fa 100644 --- a/src/openpower/sv/trans/svp64.py +++ b/src/openpower/sv/trans/svp64.py @@ -11,7 +11,10 @@ It is very simple and straightforward, the only weirdness being the extraction of the register information and conversion to v3.0B numbering. Encoding format of svp64: https://libre-soc.org/openpower/sv/svp64/ +Encoding format of arithmetic: https://libre-soc.org/openpower/sv/normal/ Encoding format of LDST: https://libre-soc.org/openpower/sv/ldst/ +**TODO format of branches: https://libre-soc.org/openpower/sv/branches/** +**TODO format of CRs: https://libre-soc.org/openpower/sv/cr_ops/** Bugtracker: https://bugs.libre-soc.org/show_bug.cgi?id=578 """