selectable_int: refactor fields mappings
[openpower-isa.git] / src / openpower / decoder / selectable_int.py
2022-08-29 Dmitry Selyutinselectable_int: refactor fields mappings
2022-08-29 Dmitry Selyutinselectable_int: canonicalize indentation
2022-08-29 Dmitry Selyutinselectable_int: allow further fields slicing
2022-08-29 Dmitry Selyutinselectable_int: support fields boolean check
2022-08-29 Dmitry Selyutinselectable_int: allow multi-level fields
2022-08-29 Dmitry Selyutinselectable_int: support int casts
2022-08-29 Dmitry Selyutinselectable_int: fix multi-dimensional mappings
2022-08-29 Luke Kenneth Casso... add some debug logs to SelectableInt to help track...
2022-08-29 Luke Kenneth Casso... whitespace - keep to under 80 chars
2022-08-29 Dmitry Selyutinselectable_int: refactor mappings
2022-08-29 Dmitry Selyutinselectable_int: allow fields-based instantiation
2022-08-29 Dmitry Selyutinselectable_int: inherit mapping bits
2022-08-29 Dmitry Selyutinselectable_int: strengthen type checks
2022-08-29 Dmitry Selyutinselectable_int: support fields comparisons
2022-07-11 Luke Kenneth Casso... fix issue in SelectableInt.__rsub__ causing truncation...
2022-07-11 Luke Kenneth Casso... fix issue in SelectableInt using slices involving Selec...
2022-04-25 Dmitry Selyutinselectable_int: remove debug prints
2022-04-20 Dmitry Selyutinselectable_int: derive SelectableIntMapping on per...
2022-04-19 Dmitry Selyutinselectable_int: simplify SelectableIntMapping class
2022-04-19 Dmitry Selyutinselectable_int: introduce SelectableIntMapping class
2022-04-19 Dmitry Selyutinselectable_int: make FieldSelectableInt.__repr__ more...
2022-04-19 Dmitry Selyutinselectable_int: make SelectableInt.__repr__ more flexible
2022-04-19 Dmitry Selyutinselectable_int: allow range in FieldSelectableInt
2021-08-15 Luke Kenneth Casso... allow constructor of SelectableInt to pass in (and...
2021-07-05 Luke Kenneth Casso... add SVSHAPE class, starting to add to ISACaller
2021-06-08 Luke Kenneth Casso... add better debug logs and asserts for SelectableInt...
2021-05-19 Luke Kenneth Casso... switch over to log function in SelectableInt
2021-05-14 Luke Kenneth Casso... add very quick float convert to SelectableInt
2021-05-10 Luke Kenneth Casso... test_maxint, add zero onto 0xffffffffffffff
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...