pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / decoder / power_decoder.py
2023-12-01 Luke Kenneth Casso... replace print() with log()
2023-06-14 Jacob Lifshaycomment out GC collection since it's really slow and...
2023-01-15 Dmitry Selyutinpower_enums: clean code
2022-10-06 Luke Kenneth Casso... starting to add sv.cmp support and failfirst, had to add
2022-09-23 Jacob Lifshayadd missing minor_4 decoder
2022-09-11 Luke Kenneth Casso... convert minor_19 to bitpattern (for adding addpcis)
2022-09-01 Luke Kenneth Casso... rename FLAGS to RCOE
2022-09-01 Luke Kenneth Casso... begin rename of RC to FLAGS and add RC_OE/RC_ONLY
2022-08-18 Luke Kenneth Casso... use bitpattern in minor_30.csv to give a single match for
2022-08-12 Luke Kenneth Casso... remove LDSTBREV condition, used for ld-st-with-shift
2022-06-19 Luke Kenneth Casso... extend minor_22.csv bitsel pattern to cover bits 21..31
2022-05-20 Luke Kenneth Casso... bit of a mess being sorted out
2022-05-19 Dmitry Selyutintemporarily revert opcode changes
2022-05-19 Dmitry Selyutinpower_decoder: reflect a new XO bit
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier rather than License:
2022-04-08 Jacob Lifshayformat code
2022-01-15 Luke Kenneth Casso... correctly identify atomic reservation CSV file field and
2022-01-15 Luke Kenneth Casso... add atomic reservation field to Power Decoder data...
2021-11-05 Jacob Lifshayadd ternaryi
2021-11-05 Jacob Lifshayformat code
2021-08-08 Luke Kenneth Casso... adding some testing of fragment-printing into PowerDecoder
2021-07-08 Luke Kenneth Casso... whoops asmcode length (number of instructions) went...
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-27 Luke Kenneth Casso... add SVP64 FFT mode to PowerDecoder, add CSV entries
2021-06-26 Luke Kenneth Casso... use If Elif in power_decoder conditions, a lot easier...
2021-06-24 Luke Kenneth Casso... add "conditions" for PowerDecoder, basic test
2021-06-24 Luke Kenneth Casso... must pass in conditions into Sub-decoders
2021-06-24 Luke Kenneth Casso... search for CSV "Conditions", set to static (disabled...
2021-06-24 Luke Kenneth Casso... add PowerDecoder condition switches (untested, doesnt...
2021-06-24 Luke Kenneth Casso... use new PowerOp.like function in PowerDecoder, fix...
2021-06-24 Luke Kenneth Casso... tidy up PowerOp and rename svp64 ldst decoder creater
2021-06-23 Luke Kenneth Casso... add PowerOp.like function to be able to duplicate a...
2021-06-23 Luke Kenneth Casso... only add SVP64 bitreverse mode for LDs at the moment...
2021-05-26 Lauri KasanenUse log in decoder/*
2021-05-15 Luke Kenneth Casso... add minor_59.csv file, corrected, and power enums
2021-05-15 Luke Kenneth Casso... issue with sub-decoders
2021-05-15 Luke Kenneth Casso... add fmr test and associated decoder (optional with...
2021-05-15 Luke Kenneth Casso... add X-Form and A-Form to minor_63l and minor_63h csv...
2021-05-04 Luke Kenneth Casso... comment out a bit more of the insanely high debug info
2021-05-04 Luke Kenneth Casso... disable some of the extreme verbose debug printing
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...