power_insn: simplify code
[openpower-isa.git] / src /
2022-09-10 Dmitry Selyutinpower_insn: simplify code
2022-09-10 Dmitry Selyutinpower_insn: remove redundant code
2022-09-10 Dmitry Selyutinpower_insn: decouple extra merge routine
2022-09-10 Dmitry Selyutinpower_insn: rename extra to spec
2022-09-10 Dmitry Selyutinpower_insn: deprecate redundant else section
2022-09-10 Dmitry Selyutinpower_insn: rename Extra classes
2022-09-10 Jacob Lifshaymove ffadds to not conflict with fptrans -- makes space...
2022-09-09 Luke Kenneth Casso... add fishmv fmvis addpcis instructions to test_pysvp64dis.py
2022-09-09 Luke Kenneth Casso... add subtests
2022-09-09 Luke Kenneth Casso... hooray got test_pysvp64dis.py working with new Verbosit...
2022-09-09 Dmitry Selyutinpower_insn: support verbosity levels
2022-09-09 Dmitry Selyutinpower_insn: indent refactoring
2022-09-09 Luke Kenneth Casso... add seek/tell on load in pysvp64dis so that generator...
2022-09-09 Luke Kenneth Casso... add "short" argument (TODO pick better name) to pysvp64dis
2022-09-09 Luke Kenneth Casso... add pysvp64dis tester
2022-09-09 Luke Kenneth Casso... extend short down into rest of disassembly
2022-09-09 Luke Kenneth Casso... add "short" form of instruction - not output hex-encoding
2022-09-09 Luke Kenneth Casso... add default arg byteorder=LITTLE to pysvp64dis
2022-09-08 Luke Kenneth Casso... whitespace
2022-09-08 Dmitry Selyutinpysvp64asm: fix missing arguments
2022-09-08 Dmitry Selyutinsvshape2: rename fields
2022-09-07 Dmitry Selyutinpower_insn: dump operand type (scalar/vector)
2022-09-07 Luke Kenneth Casso... add fcpsgn parallel reduction test
2022-09-07 Luke Kenneth Casso... whoops forgot to strip "NN/NN=insn" in power_svp64.py
2022-09-07 Luke Kenneth Casso... add 2nd parallel prefix test, this time subtract (non...
2022-09-07 Dmitry Selyutinpower_insn: fix immediate operands
2022-09-07 Dmitry Selyutinpower_insn: refactor operands disassembly
2022-09-07 Dmitry Selyutinpower_fields: deprecate arrays
2022-09-07 Dmitry Selyutinpower_insn: support EXTRA2/EXTRA3 GPR/FPR
2022-09-06 Dmitry Selyutinpower_fields: allow getting individual field bits
2022-09-06 Dmitry Selyutinpower_insn: use tuple for bit ranges in fields
2022-09-06 Dmitry Selyutinpysvp64asm: create database once
2022-09-06 Dmitry Selyutinpower_insn: fix naming conventions
2022-09-06 Dmitry Selyutinpower_insn: stricter reg type check
2022-09-06 Luke Kenneth Casso... add first functional confirmed unit test for parallel...
2022-09-06 Luke Kenneth Casso... REMAP parallel-reduce:
2022-09-06 Jacob Lifshayadd fixedsync.py to .gitignore
2022-09-06 Jacob Lifshayadd all fptrans ops to CSVs
2022-09-06 Dmitry Selyutinpower_insn: rename value argument to insn in operands
2022-09-06 Dmitry Selyutinpower_insn: support branch stub
2022-09-06 Dmitry Selyutinpower_insn: clean extra disassembly
2022-09-06 Dmitry Selyutinpower_enum: tune SVPtype representation
2022-09-06 Dmitry Selyutinpower_enum: tune SVEtype representation
2022-09-06 Dmitry Selyutinpower_insn: disassemble extra index
2022-09-06 Dmitry Selyutinpower_enum: tune SVExtra representation
2022-09-06 Dmitry Selyutinpower_insn: support extra_reg routine
2022-09-06 Dmitry Selyutinpower_insn: move extras to SVP64Record
2022-09-06 Luke Kenneth Casso... sort out demo of remap_preduce_yield.py
2022-09-06 Luke Kenneth Casso... add first version of parallel reduction yield
2022-09-05 Luke Kenneth Casso... add a new log option to pysvp64dis and make it a comman...
2022-09-05 Luke Kenneth Casso... use log function for warnings about .mdwn files in...
2022-09-05 Luke Kenneth Casso... move reading of os.environ out of a global which prohibits
2022-09-05 Luke Kenneth Casso... remove parallel-reduction mode from decoder and sv...
2022-09-05 Luke Kenneth Casso... rename remap_debug to remap_set_steps
2022-09-05 Luke Kenneth Casso... please do not use format-specifiers
2022-09-05 Luke Kenneth Casso... remove yet more f"" specifiers
2022-09-05 Luke Kenneth Casso... removing use of format. please do not use format
2022-09-05 Luke Kenneth Casso... rename "PARALLEL" enums to "PTREDUCE" - parallel tree...
2022-09-04 Luke Kenneth Casso... add detection of Parallel-Reduction Mode into SVP64RMMo...
2022-09-04 Luke Kenneth Casso... 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 Casso... 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 Casso... use maxvl not vl in impicit-RS
2022-09-04 Dmitry Selyutinpower_insn: remove the whitespaces properly
2022-09-04 Luke Kenneth Casso... whitespace cleanup
2022-09-04 Luke Kenneth Casso... comments on ffmadds fft 3-in 2-out
2022-09-04 Luke Kenneth Casso... assert prints out XO
2022-09-04 Luke Kenneth Casso... 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 Casso... 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 Selyutinpower_insn: switch back to target_addr
2022-09-04 Jacob Lifshayreallocate opcodes for ffadds (converted to X-FORM...
2022-09-04 Luke Kenneth Casso... clear up assert, clean up table columns
2022-09-04 Luke Kenneth Casso... 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
next