From: Luke Kenneth Casson Leighton Date: Wed, 9 Dec 2020 21:16:47 +0000 (+0000) Subject: correct name for CR=2R1W X-Git-Tag: convert-csv-opcode-to-binary~1453 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fb6607153b58e5581ddc94db2c78ace61834ad9;p=libreriscv.git correct name for CR=2R1W --- diff --git a/openpower/opcode_regs_deduped.mdwn b/openpower/opcode_regs_deduped.mdwn index edb64c7ed..d6614903b 100644 --- a/openpower/opcode_regs_deduped.mdwn +++ b/openpower/opcode_regs_deduped.mdwn @@ -20,7 +20,7 @@ imm | non-SV | CRi | non-SV | CRi | non-SV | CRio | R | -CR=2R1W | - | +CR=2R1W | R | 1W | non-SV | 1W-CRi | TBD - needs close inspection | 1R | non-SV | @@ -256,7 +256,7 @@ minor_63l.csv | 0b011000010 | 2/6=mtfsb0 | -Form| minor_63l.csv | 0b011000100 | 4/6=mtfsfi | -Form| """]] -## CR=2R1W (-) +## CR=2R1W (R) [[!table data=""" CSV | opcode | asm | form| diff --git a/openpower/sv_analysis.py b/openpower/sv_analysis.py index c289eff04..8266a208f 100644 --- a/openpower/sv_analysis.py +++ b/openpower/sv_analysis.py @@ -222,7 +222,7 @@ def process_csvs(): '1W': 'non-SV', '1W-CRi': 'TBD - needs close inspection', 'CRio': 'R', - 'CR=2I1O': 'R', + 'CR=2R1W': 'R', 'CRi': 'non-SV', 'imm': 'non-SV', '': 'non-SV',