power_fields: restore class-oriented traversal
[openpower-isa.git] / src / openpower / decoder / power_insn.py
2022-09-24 Dmitry Selyutinpower_fields: restore class-oriented traversal
2022-09-23 Luke Kenneth Casso... whoops consistent inversion of inv,CRbit was CRbit,inv
2022-09-20 Dmitry Selyutinpower_insn: unify predicates
2022-09-20 Dmitry Selyutinpower_insn: support vli specifier
2022-09-20 Dmitry Selyutinpower_insn: simplify specifiers sorting
2022-09-20 Luke Kenneth Casso... sort specifiers in pysvp64dis in lexicographical order
2022-09-20 Dmitry Selyutinpower_insn: custom sz handling for branches
2022-09-20 Dmitry Selyutinpower_insn: support vs/vsi/vsb/vsbi/ctr/cti specifiers
2022-09-20 Dmitry Selyutinpower_insn: support common branch disassembly
2022-09-19 Dmitry Selyutinpower_insn: simplify branch table
2022-09-19 Dmitry Selyutinpower_insn: provide SVL/CTR branch fields
2022-09-19 Dmitry Selyutinpower_insn: support els specifier
2022-09-19 Luke Kenneth Casso... whitespace
2022-09-18 Dmitry Selyutinpower_insn: perform cleanup; turn comments into docstrings
2022-09-18 Luke Kenneth Casso... code-comments identifying tables
2022-09-18 Luke Kenneth Casso... simplify predicate mask reporting. assign dw=sw=mask...
2022-09-18 Luke Kenneth Casso... use widths.get(dw/sw) and test empty/non-empty after.
2022-09-18 Luke Kenneth Casso... fix predicate mask case when smask was zero but mmode...
2022-09-18 Luke Kenneth Casso... no, better than hack-job, stop CROpSimpleRM deriving...
2022-09-18 Luke Kenneth Casso... bit of a hack-job, a base class MRBaseRM - MapReduce...
2022-09-18 Luke Kenneth Casso... correct COopFF3RM and CRopSimpleRM: extra sz field...
2022-09-18 Dmitry Selyutinpower_insn: introduce common mr/mrr RM class
2022-09-18 Dmitry Selyutinpower_insn: support ff/pr predicates
2022-09-18 Dmitry Selyutinpower_insn: fix CR ops classes naming
2022-09-18 Dmitry Selyutinpower_insn: fix coding style
2022-09-18 Dmitry Selyutinpower_insn: introduce common dz/sz RM classes
2022-09-18 Dmitry Selyutinpower_insn: introduce common zz RM class
2022-09-18 Dmitry Selyutinpower_insn: introduce common Sat RM class
2022-09-18 Dmitry Selyutinpower_insn: introduce common FFPRRc0 RM class
2022-09-18 Dmitry Selyutinpower_insn: simplify RM classes naming
2022-09-18 Luke Kenneth Casso... sigh, check length of string returned, if non-zero...
2022-09-18 Luke Kenneth Casso... sort out CR RM Mode (sz/dz bits moved, consistent)
2022-09-18 Luke Kenneth Casso... add comments (links to URLs) into power_insns.py for...
2022-09-18 Luke Kenneth Casso... remove f"" use simpler code, easier to read
2022-09-18 Dmitry Selyutinpower_insn: fix Rc operand accessor
2022-09-18 Dmitry Selyutinpower_insn: support RC1/~RC1 in ff/pr
2022-09-18 Luke Kenneth Casso... comment principle behind new tables in power_insn.py
2022-09-18 Luke Kenneth Casso... redo branch mode as a table, in power_insn.py
2022-09-18 Dmitry Selyutinpower_insn: adjust table comments
2022-09-18 Dmitry Selyutinpower_insn: another minor ld/st imm table cleanup
2022-09-18 Dmitry Selyutinpower_insn: minor CR cleanup
2022-09-18 Dmitry Selyutinpower_insn: minor cleanup
2022-09-18 Luke Kenneth Casso... code-morph CR ops to table in power_insn.py
2022-09-18 Luke Kenneth Casso... code-morph in power_insn.py - move table-search to...
2022-09-18 Luke Kenneth Casso... LDST_IDX Mode converted to table
2022-09-18 Dmitry Selyutinpower_insn: support m/sm/dm specifiers
2022-09-18 Dmitry Selyutinpower_insn: pass record to specifiers
2022-09-18 Luke Kenneth Casso... replace LDST_IMM mode with mask/value match table in...
2022-09-18 Luke Kenneth Casso... remove (invalid) NormalSaturationExtRM mode from power_...
2022-09-18 Luke Kenneth Casso... reduce NORMAL svp64 mode down to a mask-value search
2022-09-18 Luke Kenneth Casso... remove subvector mode from power_insn.py
2022-09-18 Dmitry Selyutinpower_insn: support mrr specifier
2022-09-18 Dmitry Selyutinpower_insn: support svm specifier
2022-09-18 Dmitry Selyutinpower_insn: sync RM modes
2022-09-18 Dmitry Selyutinpower_insn: support w/dw/sw specifiers
2022-09-18 Dmitry Selyutinpower_insn: decouple branch modes
2022-09-18 Dmitry Selyutinpower_insn: decouple cr_op modes
2022-09-18 Dmitry Selyutinpower_insn: support sw specifier
2022-09-18 Dmitry Selyutinpower_insn: decouple common normal and ld/st RM
2022-09-18 Dmitry Selyutinpower_insn: support ew specifier
2022-09-18 Dmitry Selyutinpower_insn: simplify subvl disassembly
2022-09-17 Dmitry Selyutinpower_insn: fix sat checks
2022-09-17 Dmitry Selyutinpower_fields: fix mapping class accessor
2022-09-17 Dmitry Selyutinpower_insn: fix zz specifiers
2022-09-17 Dmitry Selyutinpower_insn: decouple base ld/st idx RM
2022-09-17 Dmitry Selyutinpower_insn: decouple base ld/st imm RM
2022-09-17 Dmitry Selyutinpower_insn: decouple base normal RM
2022-09-17 Dmitry Selyutinpower_insn: support saturation mode
2022-09-17 Dmitry Selyutinpower_insn: support dz/sz specifiers
2022-09-17 Luke Kenneth Casso... add MASK_SRC to power_insn.py (SVmask_src from enums)
2022-09-17 Luke Kenneth Casso... remove pack/unpack modes from power_insn.py, they no...
2022-09-17 Dmitry Selyutinpower_insn: support vec2/vec3/vec4
2022-09-17 Dmitry Selyutinpower_insn: support specifiers
2022-09-17 Dmitry Selyutinpower_insn: refactor and fix RM mappings
2022-09-17 Dmitry Selyutinpower_insn: drop redundant table
2022-09-16 Dmitry Selyutinpower_insn: postpone updating per-instruction operands
2022-09-15 Dmitry Selyutinpower_insn: perform faster PPC database lookups
2022-09-15 Dmitry Selyutinpower_insn: support instruction bytes conversion
2022-09-15 Dmitry Selyutinpower_insn: allow accessing instruction bits
2022-09-13 Dmitry Selyutinpower_insn: support signed operands
2022-09-13 Dmitry Selyutinpower_insn: support branch RM
2022-09-13 Dmitry Selyutinpower_insn: support CR RM
2022-09-13 Dmitry Selyutinpower_insn: refactor RM mapping
2022-09-12 Dmitry Selyutinpower_insn: refactor RM mapping
2022-09-12 Dmitry Selyutinpower_insn: call sv_spec_leave unconditionally
2022-09-12 Dmitry Selyutinpower_insn: fix RCOE check
2022-09-12 Dmitry Selyutinpower_insn: introduce pseudo cr_in2
2022-09-12 Dmitry Selyutinpower_insn: fix typo
2022-09-12 Dmitry Selyutinpower_insn: support BRANCH and CR mode stubs
2022-09-12 Dmitry Selyutinpower_insn: refactor register operands
2022-09-11 Dmitry Selyutinpower_insn: check exact matches directly in set
2022-09-11 Dmitry Selyutinpower_insn: group opcodes and names
2022-09-11 Luke Kenneth Casso... whoops lsbshf=2 for CR5
2022-09-11 Luke Kenneth Casso... whoops missed lsb-shift parameter
2022-09-11 Luke Kenneth Casso... add comments into CR5Operand class
2022-09-11 Luke Kenneth Casso... add CR5Operand and CR3Operand to power_insns.py
2022-09-10 Dmitry Selyutinpower_insn: perform minor opcodes cleanup
2022-09-10 Dmitry Selyutinpower_insn: hopefully final take on the opcodes
2022-09-10 Dmitry Selyutinpower_insn: yet another take on the opcodes
2022-09-10 Dmitry Selyutinpower_insn: refactor register verbose assembly
next