rename all "fft" variables in PowerDecoder2 because they are
[openpower-isa.git] / src / openpower / decoder /
2022-09-23 Luke Kenneth Casso... rename all "fft" variables in PowerDecoder2 because...
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-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 Jacob Lifshayadd sv.maddld test case
2022-09-20 Dmitry Selyutinpower_insn: unify predicates
2022-09-20 Dmitry Selyutinpower_insn: support vli specifier
2022-09-20 Dmitry Selyutinpower_insn: simplify specifiers sorting
2022-09-20 Luke Kenneth Casso... sort specifiers in pysvp64dis in lexicographical order
2022-09-20 Dmitry Selyutinpower_insn: custom sz handling for branches
2022-09-20 Dmitry Selyutinpower_insn: support vs/vsi/vsb/vsbi/ctr/cti specifiers
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... print out reg num in _check_regs, useful debug
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 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 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 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
2022-09-18 Dmitry Selyutinpower_insn: support m/sm/dm specifiers
2022-09-18 Dmitry Selyutinpower_insn: pass record to specifiers
2022-09-18 Luke Kenneth Casso... replace LDST_IMM mode with mask/value match table in...
2022-09-18 Luke Kenneth Casso... remove (invalid) NormalSaturationExtRM mode from power_...
2022-09-18 Luke Kenneth Casso... reduce NORMAL svp64 mode down to a mask-value search
2022-09-18 Luke Kenneth Casso... remove subvector mode from power_insn.py
2022-09-18 Dmitry Selyutinpower_fields: fix __lt__ operator
2022-09-18 Dmitry Selyutinpower_insn: support mrr specifier
2022-09-18 Dmitry Selyutinpower_insn: support svm specifier
2022-09-18 Dmitry Selyutinpower_insn: sync RM modes
2022-09-18 Dmitry Selyutinpower_insn: support w/dw/sw specifiers
2022-09-18 Dmitry Selyutinpower_insn: decouple branch modes
2022-09-18 Dmitry Selyutinpower_insn: decouple cr_op modes
2022-09-18 Dmitry Selyutinpower_insn: support sw specifier
2022-09-18 Dmitry Selyutinpower_insn: decouple common normal and ld/st RM
2022-09-18 Dmitry Selyutinpower_insn: support ew specifier
2022-09-18 Dmitry Selyutinpower_insn: simplify subvl disassembly
2022-09-17 Dmitry Selyutinpower_insn: fix sat checks
2022-09-17 Dmitry Selyutinpower_fields: fix mapping class accessor
2022-09-17 Dmitry Selyutinpower_fields: support boolean checks
2022-09-17 Dmitry Selyutinpower_insn: fix zz specifiers
2022-09-17 Dmitry Selyutinpower_insn: drop field length method again
2022-09-17 Dmitry Selyutinpower_insn: decouple base ld/st idx RM
2022-09-17 Dmitry Selyutinpower_insn: decouple base ld/st imm RM
next