openpower-isa.git
2022-09-11 Luke Kenneth... whoops missed lsb-shift parameter
2022-09-11 Luke Kenneth... add comments into CR5Operand class
2022-09-11 Luke Kenneth... add CR5Operand and CR3Operand to power_insns.py
2022-09-10 Luke Kenneth... huhn? addpcis converts to .long? huhn?
2022-09-10 Luke Kenneth... fix issue with pysvp64dis.py load() reading from stdin
2022-09-10 Dmitry Selyutinpower_insn: perform minor opcodes cleanup
2022-09-10 Dmitry Selyutinpower_insn: hopefully final take on the opcodes
2022-09-10 Dmitry Selyutinpower_insn: yet another take on the opcodes
2022-09-10 Luke Kenneth... whitespace cleanup
2022-09-10 Luke Kenneth... add quine-mckluskey algorithm
2022-09-10 Dmitry Selyutinpower_insn: refactor register verbose assembly
2022-09-10 Dmitry Selyutinpower_insn: support pcode
2022-09-10 Dmitry Selyutinpower_insn: tune TargetAddrOperand disassembly
2022-09-10 Dmitry Selyutinpower_insn: support CR remap
2022-09-10 Dmitry Selyutinpower_insn: support non-zero operands
2022-09-10 Dmitry Selyutinpower_insn: simplify operand naming conventions
2022-09-10 Dmitry Selyutinpower_insn: drop redundant dataclass incantations
2022-09-10 Dmitry Selyutinpower_insn: do not print blob suffix unless needed
2022-09-10 Dmitry Selyutinpower_insn: do not panic upon database query
2022-09-10 Dmitry Selyutinpower_insn: refactor opcode matching
2022-09-10 Dmitry Selyutinpower_insn: support D operand in DX form
2022-09-10 Dmitry Selyutinpower_insn: refactor span detection
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 Dmitry Selyutinfields.text: this fish ain't moving
2022-09-10 Jacob Lifshayreallocate fcbrt(s) to match new fptrans allocations
2022-09-10 Jacob Lifshaymove ffadds to not conflict with fptrans -- makes space...
2022-09-09 Luke Kenneth... add fishmv fmvis addpcis instructions to test_pysvp64dis.py
2022-09-09 Luke Kenneth... add subtests
2022-09-09 Luke Kenneth... 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... add seek/tell on load in pysvp64dis so that generator...
2022-09-09 Luke Kenneth... add "short" argument (TODO pick better name) to pysvp64dis
2022-09-09 Luke Kenneth... add pysvp64dis tester
2022-09-09 Luke Kenneth... extend short down into rest of disassembly
2022-09-09 Luke Kenneth... add "short" form of instruction - not output hex-encoding
2022-09-09 Luke Kenneth... "D" of fishmv RT,D has to be done as a custom field
2022-09-09 Dmitry Selyutinfields.text: this fish ain't moving
2022-09-09 Dmitry Selyutinminor_22: make svshape2 really shaped
2022-09-09 Dmitry Selyutinminor_31: fix setb form
2022-09-09 Dmitry Selyutinminor_30: fix rldicl form
2022-09-09 Luke Kenneth... add default arg byteorder=LITTLE to pysvp64dis
2022-09-09 Luke Kenneth... added missing RA RB RT to TLI-Form fields.txt
2022-09-09 Dmitry Selyutinmajor: fix andi./andis. form
2022-09-09 Dmitry Selyutinminor_30: fix rldcl/rldcr forms
2022-09-08 Luke Kenneth... whitespace
2022-09-08 Dmitry Selyutinpysvp64asm: fix missing arguments
2022-09-08 Luke Kenneth... rename svshape and svoffset fields
2022-09-08 Dmitry Selyutinsvshape2: rename fields
2022-09-07 Dmitry Selyutinpower_insn: dump operand type (scalar/vector)
2022-09-07 Luke Kenneth... add fcpsgn parallel reduction test
2022-09-07 Luke Kenneth... whoops forgot to strip "NN/NN=insn" in power_svp64.py
2022-09-07 Luke Kenneth... 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... add first functional confirmed unit test for parallel...
2022-09-06 Luke Kenneth... REMAP parallel-reduce:
2022-09-06 Jacob Lifshayadd fixedsync.py to .gitignore
2022-09-06 Jacob Lifshayfix incorrect comment
2022-09-06 Jacob Lifshayadd all fptrans ops to CSVs
2022-09-06 Jacob Lifshayadd unofficial and comment2 fields to minor_63.csv
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... removing two unused fields (E) which somehow
2022-09-06 Luke Kenneth... add dummy fixedsync.mdwn pseudocode for lwarx/stbcx...
2022-09-06 Luke Kenneth... sort out demo of remap_preduce_yield.py
2022-09-06 Luke Kenneth... add first version of parallel reduction yield
2022-09-05 Luke Kenneth... add a new log option to pysvp64dis and make it a comman...
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
next