no python files to be committed in isafunctions
[openpower-isa.git] / src / openpower / decoder / power_svp64_rm.py
2021-08-11 Luke Kenneth Casso... corrections to SVP64 Branch Conditional
2021-08-10 Luke Kenneth Casso... corrections to SVP64 Branch RM Mode decoding
2021-08-08 Luke Kenneth Casso... add SVP64 Branch-Conditional decoding
2021-08-05 Luke Kenneth Casso... start adding Branch-Conditional decoding to SVP64RMMode...
2021-08-01 Luke Kenneth Casso... bit of a big update, remove all bit-reversed LD operati...
2021-06-23 Luke Kenneth Casso... add start of bit-reverse mode for LD/ST to SVP64 encode...
2021-06-19 Luke Kenneth Casso... add mapreduce "reverse gear" unit tests
2021-06-19 Luke Kenneth Casso... add decode of "reverse gear" in SVP64 reduce mode
2021-05-30 Luke Kenneth Casso... add "normal" element-strided LD/ST decode/support to...
2021-05-29 Luke Kenneth Casso... comments
2021-05-29 Luke Kenneth Casso... extract LDST mode from SVP64 RM
2021-05-29 Luke Kenneth Casso... add SVP64 RM LDST mode enum
2021-05-05 Luke Kenneth Casso... add saturate SVP64 RM mode decode
2021-05-05 Luke Kenneth Casso... move SVP64 RM mode decoder into PowerDecodeSubset
2021-05-05 Luke Kenneth Casso... add sv_input_record_layout to match SVP64RMModeDecode
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...