bug #672: invert testing in sv.minmax and add Rc=1
[openpower-isa.git] / src / openpower / decoder / power_table.py
2023-06-03 Dmitry Selyutininsndb: rename types into core
2023-06-03 Dmitry Selyutininsndb: revert recent renaming
2023-06-03 Luke Kenneth Casso... using names of modules that are identical to commonly...
2023-06-02 Dmitry Selyutinpower_insn: decouple into separate module
2022-09-04 Dmitry Selyutinpower_table: replace prints with logging
2022-09-04 Dmitry Selyutinpower_table: simplify the code
2022-09-04 Luke Kenneth Casso... assert prints out XO
2022-09-04 Luke Kenneth Casso... more comments
2022-09-04 Luke Kenneth Casso... code-cleanup (comments) and rename "i" to "XO"
2022-09-04 Luke Kenneth Casso... clear up assert, clean up table columns
2022-09-04 Luke Kenneth Casso... fix power_table.py to use multi-entries
2022-09-03 Luke Kenneth Casso... create list of opcodes by dict entry
2022-09-03 Luke Kenneth Casso... correct table header
2022-09-03 Luke Kenneth Casso... use opcode directly
2022-09-03 Luke Kenneth Casso... divpoint 2 to match v3.1
2022-09-03 Luke Kenneth Casso... create correct divpoint to make match against v3.0...
2022-09-03 Luke Kenneth Casso... complete markdown table
2022-09-03 Luke Kenneth Casso... correct table-matching
2022-09-03 Luke Kenneth Casso... enumeration almost there
2022-09-03 Luke Kenneth Casso... MSB0-order, xomask 31-start
2022-09-03 Luke Kenneth Casso... add power_table.py start of creating markdown Appendix...