correct name for CR=2R1W
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 9 Dec 2020 21:16:47 +0000 (21:16 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 9 Dec 2020 21:16:47 +0000 (21:16 +0000)
openpower/opcode_regs_deduped.mdwn
openpower/sv_analysis.py

index edb64c7eded53ec75ebf0c9444bf7d98e235eaeb..d6614903bd319ae32962a4d460f6b05f362c3fc4 100644 (file)
@@ -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|
index c289eff044f71931ebe8a8aa8031b2de9eb4ce01..8266a208fc4e77738c38df32c8f87333a417dab1 100644 (file)
@@ -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',