power_insn: support opcode merging
[openpower-isa.git] / src / openpower / decoder /
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
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 Selyutinpower_insn: rename Instruction to Record
2022-08-29 Dmitry Selyutinpower_insn: fix opcode-based lookups
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-08-29 Luke Kenneth Casso... add setvl and other sv* management instructions to...
2022-08-29 Luke Kenneth Casso... add logging into ISACaller.handle_overflow to see what...
2022-08-29 Luke Kenneth Casso... switch off XER.so reading on "setvl.", it makes no...
2022-08-29 Jacob Lifshayfix issue with cpython 3.7
2022-08-29 Jacob Lifshaysvp64_utf_8_validation.py works!
2022-08-29 Jacob Lifshaylog memory in a more fancy format, like hexdump -C
2022-08-26 Luke Kenneth Casso... initialise overflow to zero in setvl, unconditionally.
2022-08-26 Luke Kenneth Casso... sigh, update setvl tests, to spec, and ISACaller
2022-08-26 Luke Kenneth Casso... add setvl unit tests for overflow condition.
2022-08-26 Luke Kenneth Casso... okaaaay, long story. using GPR(_RT) <- something will...
2022-08-26 Luke Kenneth Casso... Revert "fix setvl. not setting CR0 properly"
2022-08-26 Jacob Lifshayadd some logging
2022-08-26 Jacob Lifshayfix setvl. not setting CR0 properly
2022-08-25 Jacob Lifshaymark all known-broken tests so CI passes
2022-08-25 Jacob Lifshayallow crtl tests to run in parallel
2022-08-25 Jacob Lifshayadd XFAIL because the file improperly accesses pdecode2...
2022-08-25 Jacob Lifshayadd missing on_SmtExpr methods
2022-08-25 Jacob Lifshayconvert all test_caller*.py to work with pytest/unittes...
2022-08-25 Jacob Lifshayfix deprecated imports
2022-08-25 Jacob Lifshaychange test cases to use TestRunnerBase in order to...
2022-08-24 Jacob Lifshayworking on svp64 utf-8 validation -- still broken
2022-08-24 Jacob Lifshaymisc cleanup
2022-08-24 Jacob Lifshayfinished writing svp64 utf-8 validation algorithm ...
2022-08-18 Luke Kenneth Casso... use bitpattern in minor_30.csv to give a single match for
2022-08-17 Dmitry Selyutinpower_insn: support function property
2022-08-17 Dmitry Selyutinpower_insn: fix sv_extra algorithm
2022-08-17 Dmitry Selyutinpower_enums: fix conversion from selector to reg
2022-08-17 Luke Kenneth Casso... again part of the removal of LD/ST-with-shift, take out
2022-08-15 Luke Kenneth Casso... codeshuffle
2022-08-15 Luke Kenneth Casso... swap complicated bits, simplify ISACaller, reduce inden...
2022-08-15 Luke Kenneth Casso... debug print for ISACaller pack/unpack
next