rename all "fft" variables in PowerDecoder2 because they are
[openpower-isa.git] / src / openpower /
2022-09-23 Luke Kenneth Casso... rename all "fft" variables in PowerDecoder2 because...
2022-09-23 Luke Kenneth Casso... add sv.maddld/mr unit test example with expected results
2022-09-23 Luke Kenneth Casso... add expected results for sv.maddld in openpower/test...
2022-09-23 Luke Kenneth Casso... whoops offset-tracking on 3-in 2-out supposed to be...
2022-09-23 Jacob Lifshayadd pcdec -- doesn't yet work due to broken ISACaller...
2022-09-23 Jacob Lifshayadd missing minor_4 decoder
2022-09-23 Jacob Lifshayfix 'write reg ' log call
2022-09-23 Jacob Lifshayadd RC input to isa/caller.py
2022-09-23 Jacob Lifshayformat code
2022-09-23 Jacob Lifshayformat code
2022-09-22 Luke Kenneth Casso... add first (correctly-working) ctr-mode sv.bc test
2022-09-22 Konstantinos Marga... dump memory
2022-09-21 Luke Kenneth Casso... add series of double-stride options to test_caller_svp6...
2022-09-21 Luke Kenneth Casso... do not set striding on costables, keep them contiguous.
2022-09-21 Luke Kenneth Casso... scale-up svshape pseudo-code for striding in DCT/FFT
2022-09-21 Luke Kenneth Casso... fix dct/fft test-functions with new "scaling" parameter
2022-09-21 Luke Kenneth Casso... whoops stride already has +1 from SVSTATE class
2022-09-21 Luke Kenneth Casso... add stride-multiplier for 2D DCT/FFT "in-place" offsets
2022-09-21 Konstantinos Marga... necessary changes for run_a_simulation to work with...
2022-09-21 Luke Kenneth Casso... add sv.madd* to sv_analysis
2022-09-21 Jacob Lifshayadd sv.maddld test case
2022-09-20 Luke Kenneth Casso... minor codemorph, whitespace
2022-09-20 Luke Kenneth Casso... sv.bc reclassified as RM-2P-1S by eliminating SPRs.
2022-09-20 Luke Kenneth Casso... remove messy string identification, use RM Mode from...
2022-09-20 Luke Kenneth Casso... add quick test and loooong test of pysvp64dis - branche...
2022-09-20 Dmitry Selyutinpysvp64asm: fix sz handling
2022-09-20 Dmitry Selyutinpower_insn: unify predicates
2022-09-20 Dmitry Selyutintest_pysvp64dis: test vli specifier
2022-09-20 Dmitry Selyutinpysvp64asm: support vli specifier
2022-09-20 Dmitry Selyutinpower_insn: support vli specifier
2022-09-20 Dmitry Selyutinpower_insn: simplify specifiers sorting
2022-09-20 Luke Kenneth Casso... missed one sorting order in test_pysvp64dis.py
2022-09-20 Luke Kenneth Casso... sort specifiers in pysvp64dis in lexicographical order
2022-09-20 Luke Kenneth Casso... add two extra tests, sv.bc/m=r3/sz
2022-09-20 Dmitry Selyutinpower_insn: custom sz handling for branches
2022-09-20 Dmitry Selyutinpysvp64asm: update sz upon snz specifier
2022-09-20 Luke Kenneth Casso... add sv.bc/ctr/vsb unit test to test_pysvp64dis.py to...
2022-09-20 Dmitry Selyutinpower_insn: support vs/vsi/vsb/vsbi/ctr/cti specifiers
2022-09-20 Dmitry Selyutinpysvp64asm: support branch modes
2022-09-20 Dmitry Selyutinpower_svp64_rm: sync it with tables
2022-09-20 Dmitry Selyutinpower_insn: support common branch disassembly
2022-09-19 Dmitry Selyutinpower_insn: simplify branch table
2022-09-19 Dmitry Selyutinpower_insn: provide SVL/CTR branch fields
2022-09-19 Luke Kenneth Casso... add bc_ctr and bc_cti but not used yet
2022-09-19 Luke Kenneth Casso... print out reg num in _check_regs, useful debug
2022-09-19 Dmitry Selyutintest_pysvp64dis: test els specifier
2022-09-19 Dmitry Selyutinpower_insn: support els specifier
2022-09-19 Luke Kenneth Casso... cut cruft in caller.py
2022-09-19 Luke Kenneth Casso... codemorph on rc handling
2022-09-19 Luke Kenneth Casso... codemorph
2022-09-19 Luke Kenneth Casso... first interation (ha ha) src/dst iterators for ISACaller
2022-09-19 Luke Kenneth Casso... codemorph reduce indentation
2022-09-19 Luke Kenneth Casso... code cleanup on ISACaller write_output
2022-09-19 Luke Kenneth Casso... rename to avoid conflict pred_dz from pred_dst_zero
2022-09-19 Luke Kenneth Casso... another code-morph splitting out the src/dst mask prepa...
2022-09-19 Luke Kenneth Casso... add function for calling a simulation
2022-09-19 Luke Kenneth Casso... another code-morph working towards getting the predicat...
2022-09-19 Luke Kenneth Casso... whitespace
2022-09-19 Luke Kenneth Casso... code-morph in StepLoop work towards splitting into...
2022-09-19 Luke Kenneth Casso... add svstate param to constructor of StepLoop, ISACaller
2022-09-19 Luke Kenneth Casso... move two big step/loop functions into separate class...
2022-09-18 Dmitry Selyutinpower_insn: perform cleanup; turn comments into docstrings
2022-09-18 Luke Kenneth Casso... code-comments identifying tables
2022-09-18 Luke Kenneth Casso... simplify predicate mask reporting. assign dw=sw=mask...
2022-09-18 Luke Kenneth Casso... use widths.get(dw/sw) and test empty/non-empty after.
2022-09-18 Luke Kenneth Casso... fix predicate mask case when smask was zero but mmode...
2022-09-18 Luke Kenneth Casso... no, better than hack-job, stop CROpSimpleRM deriving...
2022-09-18 Luke Kenneth Casso... bit of a hack-job, a base class MRBaseRM - MapReduce...
2022-09-18 Luke Kenneth Casso... correct COopFF3RM and CRopSimpleRM: extra sz field...
2022-09-18 Dmitry Selyutinpower_insn: introduce common mr/mrr RM class
2022-09-18 Dmitry Selyutinpower_insn: support ff/pr predicates
2022-09-18 Dmitry Selyutinpysvp64asm: restore original BO
2022-09-18 Dmitry Selyutinpower_insn: fix CR ops classes naming
2022-09-18 Dmitry Selyutinpower_insn: fix coding style
2022-09-18 Dmitry Selyutinpower_insn: introduce common dz/sz RM classes
2022-09-18 Dmitry Selyutinpower_insn: introduce common zz RM class
2022-09-18 Dmitry Selyutinpower_insn: introduce common Sat RM class
2022-09-18 Dmitry Selyutinpower_insn: introduce common FFPRRc0 RM class
2022-09-18 Dmitry Selyutinpower_insn: simplify RM classes naming
2022-09-18 Luke Kenneth Casso... add first attempt at swapping inner/outer vl/subvl...
2022-09-18 Luke Kenneth Casso... sigh, check length of string returned, if non-zero...
2022-09-18 Luke Kenneth Casso... sort out CR RM Mode (sz/dz bits moved, consistent)
2022-09-18 Luke Kenneth Casso... add comments (links to URLs) into power_insns.py for...
2022-09-18 Luke Kenneth Casso... remove f"" use simpler code, easier to read
2022-09-18 Luke Kenneth Casso... reverse decode_bo inv/eq/lt/le/etc. thing
2022-09-18 Luke Kenneth Casso... dumb. accidentally removed test-call
2022-09-18 Luke Kenneth Casso... add unit tests for Rc=1 ffirst/predicate-result
2022-09-18 Dmitry Selyutintest_pysvp64dis: test RC1/~RC1 in ff/pr
2022-09-18 Dmitry Selyutinpower_insn: fix Rc operand accessor
2022-09-18 Dmitry Selyutinpower_insn: support RC1/~RC1 in ff/pr
2022-09-18 Luke Kenneth Casso... comment principle behind new tables in power_insn.py
2022-09-18 Luke Kenneth Casso... redo branch mode as a table, in power_insn.py
2022-09-18 Dmitry Selyutinpower_insn: adjust table comments
2022-09-18 Dmitry Selyutinpower_insn: another minor ld/st imm table cleanup
2022-09-18 Dmitry Selyutinpysvp64asm: make zz also set src_zero
2022-09-18 Dmitry Selyutinpower_insn: minor CR cleanup
2022-09-18 Dmitry Selyutinpower_insn: minor cleanup
2022-09-18 Luke Kenneth Casso... code-morph CR ops to table in power_insn.py
2022-09-18 Luke Kenneth Casso... code-morph in power_insn.py - move table-search to...
2022-09-18 Luke Kenneth Casso... LDST_IDX Mode converted to table
next