add a quick logic test of astor tree-dump
[openpower-isa.git] / src / openpower / decoder / power_decoder.py
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...