power_insn: support PPC multi-records
[openpower-isa.git] / src / openpower / decoder /
2022-09-03 Dmitry Selyutinpower_insn: support PPC multi-records
2022-09-03 Dmitry Selyutinpower_insn: update disassembly target_addr
2022-09-03 Dmitry Selyutinpower_insn: support verbose disassembly mode
2022-09-03 Dmitry Selyutinpower_insn: implement mode decoding
2022-09-03 Dmitry Selyutinpower_insn: support Rc detection
2022-09-03 Dmitry Selyutinpower_insn: drop pack/unpack bit
2022-09-03 Dmitry Selyutinpower_insn: rename normal field to simple
2022-09-03 Dmitry Selyutinpower_insn: decouple IMM/IDX LD/ST modes
2022-09-03 Dmitry Selyutinpower_insn: support operands check
2022-09-03 Dmitry Selyutinpower_insn: canonicalize Rc field name
2022-09-03 Dmitry Selyutinpower_insn: support mode selector
2022-09-03 Dmitry Selyutinpower_insn: support normal mode
2022-09-03 Dmitry Selyutinpower_insn: support LD/ST indexed mode
2022-09-03 Dmitry Selyutinpower_insn: simplify fields
2022-09-03 Dmitry Selyutinpower_insn: decrease LDSTMode class nesting
2022-09-03 Dmitry Selyutinpower_insn: support LD/ST immediate mode
2022-09-03 Dmitry Selyutinpower_insn: make RM class public
2022-09-03 Dmitry Selyutinpower_insn: remap RM immediately
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-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...
2022-09-03 Luke Kenneth Casso... add svshape2 offset test demonstrating RA being offset...
2022-09-03 Luke Kenneth Casso... Revert "add inv option to svshape2 (only 1 bit)"
2022-09-03 Luke Kenneth Casso... add inv option to svshape2 (only 1 bit)
2022-09-03 Luke Kenneth Casso... update sv_analysis to create separate SVMode.LDST_IDX...
2022-09-03 Jacob Lifshayfix test_caller_svshape2.py
2022-09-03 Jacob Lifshayformat code
2022-09-02 Luke Kenneth Casso... add test_caller_svshape2.py and make corrections to...
2022-09-02 Luke Kenneth Casso... add svshape2 to ISACaller
2022-09-02 Luke Kenneth Casso... add svshape2 to list of instructions in power_enums.py
2022-09-02 Luke Kenneth Casso... add svshape2 (stub pseudocode) fields, Form, and CSV...
2022-09-02 Luke Kenneth Casso... shuffle down numbering after SVM to make room for SVM2
2022-09-02 Luke Kenneth Casso... add fix of out_sel in power_decoder.py formal proof
2022-09-02 Luke Kenneth Casso... fix RCOE.RC_ONLY in formal test_decoder2.py
2022-09-02 Dmitry Selyutinpower_insn: drop custom Record representation
2022-09-02 Dmitry Selyutinpower_insn: support opcode merging
2022-09-02 Dmitry Selyutinpower_insn: support AA matching
2022-09-02 Dmitry Selyutinpower_insn: support LK matching
2022-09-02 Dmitry Selyutinpower_insn: refactor name matching algorithm
2022-09-02 Dmitry Selyutinpower_insn: refactor databases composition
2022-09-02 Dmitry Selyutinpower_insn: refactor operands
2022-09-02 Dmitry Selyutinpower_insn: introduce binutils-like representation
2022-09-02 Dmitry Selyutinpower_fields: allow comparing references
2022-09-02 Dmitry Selyutinpower_insn: disable disassembly for prefixed instructions
2022-09-02 Dmitry Selyutinpower_insn: switch target_addr to real fields
2022-09-02 Dmitry Selyutinpower_insn: support GPR and FPR operands
2022-09-02 Dmitry Selyutinpower_insn: support target_addr operands
2022-09-02 Dmitry Selyutinpower_insn: hide operand classes
2022-09-02 Dmitry Selyutinpower_insn: introduce operand disassembly
2022-09-02 Dmitry Selyutinpysvp64dis: disassemble word instruction operands
2022-09-02 Dmitry Selyutinpower_insn: support operands
2022-09-02 Jacob Lifshaymake tests pass again
2022-09-02 Jacob Lifshayformat code
2022-09-02 Jacob Lifshayrename proof_decoder*.py -> test_decoder*.py so it...
2022-09-01 Luke Kenneth Casso... remove hard-coded list of operations in DecodeOE which rc_only
2022-09-01 Luke Kenneth Casso... drat have to use RCOE.RC not RCOE.RC_OE for now otherwise
2022-09-01 Luke Kenneth Casso... add missing case name RC_OE RC_ONLY in power_insn.py
2022-09-01 Luke Kenneth Casso... rename RC to RCOE in power_insns.py
2022-09-01 Luke Kenneth Casso... rename FLAGS to RCOE
2022-09-01 Luke Kenneth Casso... begin rename of RC to FLAGS and add RC_OE/RC_ONLY
2022-09-01 Luke Kenneth Casso... rename RC to FLAGS
2022-09-01 Luke Kenneth Casso... begin doing RC_OE / RC_ONLY
2022-09-01 Dmitry Selyutinpagereader: skip empty dynamic and static operands
2022-09-01 Jacob Lifshaymove fsins/fcoss to fptrans.mdwn -- they are transcende...
2022-08-30 Dmitry Selyutinpagereader: validate input
2022-08-30 Dmitry Selyutinpagereader.ISA: support iteration
2022-08-30 Dmitry Selyutinpower_insn: fix Fields methods
2022-08-30 Dmitry Selyutinselectable_int: support slicing by iterable
2022-08-30 Dmitry Selyutinsvp64dis: simplify database lookups
2022-08-30 Dmitry Selyutinpower_insn: fix representation
2022-08-30 Dmitry Selyutinpower_insn: remove obsolete comment
2022-08-30 Dmitry Selyutinpower_insn: rename unit field to function
2022-08-30 Dmitry Selyutinpower_insn: convert PO field name to lower case
2022-08-29 Luke Kenneth Casso... add a "ffmadds." test, not yet actually checking Rc=1
2022-08-29 Luke Kenneth Casso... fix test_issuer.py nosvp64 mul, "mullw." was getting
2022-08-29 Dmitry Selyutinselectable_int: deprecate obsolete mappings
2022-08-29 Dmitry Selyutincaller.py: switch to new fields
2022-08-29 Dmitry Selyutinpower_fields: support traversal
2022-08-29 Dmitry Selyutinpower_insn: simplify fields
2022-08-29 Dmitry Selyutinselectable_int: support FSI integer conversion
2022-08-29 Dmitry Selyutinselectable_int: introduce more checks
2022-08-29 Dmitry Selyutinselectable_int: fix FSI negate method
2022-08-29 Dmitry Selyutinpower_insn: switch to new fields
2022-08-29 Dmitry Selyutinpower_fields: introduce new-style fields classes
2022-08-29 Dmitry Selyutinpower_fields: move BitRange to selectable_int
2022-08-29 Dmitry Selyutinselectable_int: support FSI.__len__ method
2022-08-29 Luke Kenneth Casso... selectable_int: fix check on SI constructor
2022-08-29 Dmitry Selyutinselectable_int: refactor fields mappings
2022-08-29 Dmitry Selyutinpower_insn: decouple instruction classes
2022-08-29 Dmitry Selyutinselectable_int: canonicalize indentation
next