[Libre-soc-bugs] [Bug 838] sync or at least statically check fields.text, power_decoder, trans/svp64, CSVs between each other

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Aug 2 21:40:46 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=838

--- Comment #9 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Here are patterns which break my parser, and I don't understand how this works
in decode_extra et al.

csv insn pattern
openpower/isatables/LDSTRM-2P-2S1D.csv stdux s:RSs:RA
openpower/isatables/LDSTRM-2P-2S1D.csv stwux s:RSs:RA
openpower/isatables/LDSTRM-2P-2S1D.csv stbux s:RSs:RA
openpower/isatables/LDSTRM-2P-2S1D.csv sthux s:RSs:RA
openpower/isatables/LDSTRM-2P-2S1D.csv stfsux s:FRSs:RA
openpower/isatables/LDSTRM-2P-2S1D.csv stfdux s:FRSs:RA
openpower/isatables/LDSTRM-2P-3S.csv stwcx s:RSd:CR0
openpower/isatables/LDSTRM-2P-3S.csv stdcx s:RSd:CR0
openpower/isatables/LDSTRM-2P-3S.csv stbcx s:RSd:CR0
openpower/isatables/LDSTRM-2P-3S.csv sthcx s:RSd:CR0

I'd have expected at least yet another semicolon here, e.g. s:RS;d:CR0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list