openpower-isa.git
2022-09-05 Luke Kenneth... use log function for warnings about .mdwn files in...
2022-09-05 Luke Kenneth... move reading of os.environ out of a global which prohibits
2022-09-05 Luke Kenneth... remove parallel-reduction mode from decoder and sv...
2022-09-05 Luke Kenneth... rename remap_debug to remap_set_steps
2022-09-05 Luke Kenneth... please do not use format-specifiers
2022-09-05 Luke Kenneth... remove yet more f"" specifiers
2022-09-05 Luke Kenneth... removing use of format. please do not use format
2022-09-05 Luke Kenneth... rename "PARALLEL" enums to "PTREDUCE" - parallel tree...
2022-09-04 Luke Kenneth... add detection of Parallel-Reduction Mode into SVP64RMMo...
2022-09-04 Luke Kenneth... add parallel-reduction (subvl=0) in sv/trans/svp64.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 Luke Kenneth... whoops forgot to write maxvl in PowerDecoder2
2022-09-04 Dmitry Selyutinpower_insn: drop argument in PPCDatabase
2022-09-04 Dmitry Selyutinpower_table: replace prints with logging
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 Luke Kenneth... brainmelt moment, added a comma into a comment in a...
2022-09-04 Luke Kenneth... use maxvl not vl in impicit-RS
2022-09-04 Dmitry Selyutinpower_insn: remove the whitespaces properly
2022-09-04 Luke Kenneth... comments for 3-in 2-out ops
2022-09-04 Luke Kenneth... whitespace cleanup
2022-09-04 Luke Kenneth... comments on ffmadds fft 3-in 2-out
2022-09-04 Luke Kenneth... assert prints out XO
2022-09-04 Luke Kenneth... more comments
2022-09-04 Dmitry Selyutinpower_insn: refactor immediate operands
2022-09-04 Dmitry Selyutinpower_insn: inherit Operands from tuple
2022-09-04 Luke Kenneth... code-cleanup (comments) and rename "i" to "XO"
2022-09-04 Dmitry Selyutinpower_insn: support immediate operands
2022-09-04 Dmitry Selyutinpower_insn: make operand classes public
2022-09-04 Dmitry SelyutinRevert "target_addr in b and bc pseudo-code has no...
2022-09-04 Dmitry SelyutinRevert "svbranch.mdwn: replace target_addr with BD"
2022-09-04 Dmitry Selyutinpower_insn: switch back to target_addr
2022-09-04 Jacob Lifshayreallocate opcodes for ffadds (converted to X-FORM...
2022-09-04 Luke Kenneth... clear up assert, clean up table columns
2022-09-04 Luke Kenneth... fix power_table.py to use multi-entries
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 Selyutinpysvp64dis: support verbose mode
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 Dmitry Selyutinsv_binutils: shorten and simplify the output
2022-09-03 Luke Kenneth... create list of opcodes by dict entry
2022-09-03 Luke Kenneth... correct table header
2022-09-03 Luke Kenneth... use opcode directly
2022-09-03 Luke Kenneth... divpoint 2 to match v3.1
2022-09-03 Luke Kenneth... create correct divpoint to make match against v3.0...
2022-09-03 Luke Kenneth... complete markdown table
2022-09-03 Luke Kenneth... correct table-matching
2022-09-03 Luke Kenneth... enumeration almost there
2022-09-03 Luke Kenneth... MSB0-order, xomask 31-start
2022-09-03 Luke Kenneth... add power_table.py start of creating markdown Appendix...
2022-09-03 Luke Kenneth... add svshape2 offset test demonstrating RA being offset...
2022-09-03 Luke Kenneth... Revert "add inv option to svshape2 (only 1 bit)"
2022-09-03 Luke Kenneth... add inv option to svshape2 (only 1 bit)
2022-09-03 Luke Kenneth... 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... add test_caller_svshape2.py and make corrections to...
2022-09-02 Luke Kenneth... add first svshape2 pseudocode, based on svindex
2022-09-02 Luke Kenneth... add svshape2 to ISACaller
2022-09-02 Luke Kenneth... add svshape2 to sv/trans/svp64.py
2022-09-02 Luke Kenneth... add svshape2 to list of instructions in power_enums.py
2022-09-02 Luke Kenneth... whoops bit 25 is sk not vf in svshape2. matches with...
2022-09-02 Luke Kenneth... disallow reserved SVrm values in svshape, svp64.py
2022-09-02 Luke Kenneth... add svshape2 (stub pseudocode) fields, Form, and CSV...
2022-09-02 Luke Kenneth... add explicit 13 patterns for svshape which make a hole...
2022-09-02 Luke Kenneth... shuffle down numbering after SVM to make room for SVM2
2022-09-02 Luke Kenneth... add fix of out_sel in power_decoder.py formal proof
2022-09-02 Luke Kenneth... 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
next