use log function for warnings about .mdwn files in pagereader.py
[openpower-isa.git] / src / openpower / decoder / power_insn.py
2022-09-04 Dmitry Selyutinpower_insn: support mode description
2022-09-04 Dmitry Selyutinpower_insn: decouple mode function
2022-09-04 Dmitry Selyutinpower_insn: pass database instance everywhere
2022-09-04 Dmitry Selyutinpower_insn: refactor operation order
2022-09-04 Dmitry Selyutinpower_insn: drop argument in PPCDatabase
2022-09-04 Dmitry Selyutinpower_table: simplify the code
2022-09-04 Dmitry Selyutinpower_insn: inherit PPCMultiRecord from frozenset
2022-09-04 Dmitry Selyutinpower_insn: try exact name matching first
2022-09-04 Dmitry Selyutinpower_insn: remove the whitespaces properly
2022-09-04 Luke Kenneth Casso... whitespace cleanup
2022-09-04 Dmitry Selyutinpower_insn: refactor immediate operands
2022-09-04 Dmitry Selyutinpower_insn: inherit Operands from tuple
2022-09-04 Dmitry Selyutinpower_insn: support immediate operands
2022-09-04 Dmitry Selyutinpower_insn: make operand classes public
2022-09-04 Dmitry Selyutinpower_insn: switch back to target_addr
2022-09-03 Dmitry Selyutinpower_insn: support SVP64 verbose mode
2022-09-03 Dmitry Selyutinpower_insn: refactor verbose output
2022-09-03 Dmitry Selyutinpower_insn: support verbose binary
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: create arrays from Array class
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_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-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-08-30 Dmitry Selyutinpower_insn: fix Fields methods
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 Dmitry Selyutinpower_insn: simplify fields
2022-08-29 Dmitry Selyutinpower_insn: switch to new fields
2022-08-29 Dmitry Selyutinselectable_int: refactor fields mappings
2022-08-29 Dmitry Selyutinpower_insn: decouple instruction classes
2022-08-29 Dmitry Selyutinpower_insn: rename Instruction to Record
2022-08-29 Dmitry Selyutinpower_insn: fix opcode-based lookups
2022-08-17 Dmitry Selyutinpower_insn: support function property
2022-08-17 Dmitry Selyutinpower_insn: fix sv_extra algorithm
2022-08-14 Dmitry Selyutinpower_insn.py: introduce instruction database