pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / decoder / power_fields.py
2023-05-22 Luke Kenneth Casso... make style of power_fields.py consistent with standard...
2023-05-06 Luke Kenneth Casso... add comment about why the new check has been added
2023-05-05 Jacob Lifshayverify fields.txt forms' field separators ('|') line...
2023-01-15 Dmitry Selyutinpower_fields: support assignment to same class instance
2023-01-15 Dmitry Selyutinpower_fields: avoid unknown attributes
2023-01-15 Dmitry Selyutinpower_fields: support field bits assignment
2022-09-24 Dmitry Selyutinpower_fields: restore class-oriented traversal
2022-09-18 Dmitry Selyutinpower_fields: fix __lt__ operator
2022-09-17 Dmitry Selyutinpower_fields: fix mapping class accessor
2022-09-17 Dmitry Selyutinpower_fields: support boolean checks
2022-09-17 Dmitry Selyutinpower_insn: drop field length method again
2022-09-17 Dmitry Selyutinpower_fields: fix comparison operators
2022-09-17 Dmitry Selyutinpower_fields: fix field slicing
2022-09-17 Dmitry Selyutinpower_insn: fix mapping bits accessors
2022-09-17 Dmitry Selyutinpower_fields: support traversing over instances
2022-09-17 Dmitry Selyutinpower_fields: inherit docstrings upon remap
2022-09-07 Dmitry Selyutinpower_fields: deprecate arrays
2022-09-06 Dmitry Selyutinpower_fields: allow getting individual field bits
2022-09-03 Dmitry Selyutinpower_fields: allow slicing mappings
2022-09-03 Dmitry Selyutinpower_fields: allow slicing fields
2022-09-03 Dmitry Selyutinpower_fields: create arrays from Array class
2022-09-02 Dmitry Selyutinpower_fields: allow comparing references
2022-08-29 Dmitry Selyutinpower_fields: support traversal
2022-08-29 Dmitry Selyutinpower_fields: introduce new-style fields classes
2022-08-29 Dmitry Selyutinpower_fields: move BitRange to selectable_int
2021-06-26 Luke Kenneth Casso... add LD bit-reversed unit test
2021-06-23 Luke Kenneth Casso... only add SVP64 bitreverse mode for LDs at the moment...
2021-05-15 Luke Kenneth Casso... whoops, FRC taken from FormX.FRB not FormA.FRC
2021-05-14 Luke Kenneth Casso... add FP load test lfsx
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...