add carry-roll-over-vector-mul-with-add (!) unit test
[openpower-isa.git] / src /
2022-09-29 Luke Kenneth Casso... add carry-roll-over-vector-mul-with-add (!) unit test
2022-09-29 Luke Kenneth Casso... comments
2022-09-29 Luke Kenneth Casso... add shift-left and shift-right scalar-to-vector tests
2022-09-29 Luke Kenneth Casso... update iterators in ISACaller, not used yet
2022-09-29 Jacob Lifshayrename madded->maddedu for consistency with PowerISA...
2022-09-29 Jacob Lifshayrename divrem2du->divmod2du for consistency with PowerI...
2022-09-29 Jacob Lifshayadd bigint tests and fix madded pseudocode
2022-09-29 Jacob Lifshayadd bigint ops
2022-09-29 Jacob Lifshayadd missing DRAFT comment
2022-09-29 Jacob Lifshayfix test_minor_30
2022-09-29 Jacob Lifshayformat code
2022-09-29 Jacob Lifshayremove unnecesary commented code
2022-09-28 Luke Kenneth Casso... srcstep
2022-09-28 Luke Kenneth Casso... rename iterators init function
2022-09-28 Luke Kenneth Casso... redundant comment
2022-09-28 Luke Kenneth Casso... split out svstate update in ISACaller
2022-09-28 Luke Kenneth Casso... move failfirst check to separate function in ISACaller
2022-09-28 Luke Kenneth Casso... add limit argument to MASK() helper
2022-09-28 Luke Kenneth Casso... bugfix reset remaps and get subvl early
2022-09-28 Luke Kenneth Casso... comments on horizontal-or
2022-09-28 Luke Kenneth Casso... make matrix horizontal-remap example more generic
2022-09-28 Luke Kenneth Casso... add horizontal-or-reduction example that thoroughly...
2022-09-28 Jacob Lifshayextracting demo JPEG bitstream works
2022-09-27 Luke Kenneth Casso... add unpack predicated unit test
2022-09-27 Luke Kenneth Casso... hack to check skipping on predicate being all-zero.
2022-09-27 Luke Kenneth Casso... sort out predicate loop-skip on pack/unpack
2022-09-27 Luke Kenneth Casso... adapt loops to include predicate-mask skipping in ISACaller
2022-09-27 Jacob Lifshayadd WIP jpeg decoder demo
2022-09-26 Jacob Lifshayadd more tests and fix missing corner case
2022-09-26 Jacob Lifshaypcdec.: change CR0.eq to be early-stop-needed to fit...
2022-09-26 Jacob Lifshayadd checks for pcdec. once=1
2022-09-26 Jacob Lifshaymore cleanup after swapping RA/RB for pcdec.
2022-09-26 Jacob Lifshayclean up after lkcl swapped RA/RB for pcdec.
2022-09-26 Luke Kenneth Casso... skipping on maskedout elements de-restricted when subst...
2022-09-26 Luke Kenneth Casso... add first predicate-mask test of pack/unpack
2022-09-26 Luke Kenneth Casso... get pack/unpack tests to use sv.ori to copy sequence...
2022-09-26 Luke Kenneth Casso... finally got pack/unpack working
2022-09-26 Luke Kenneth Casso... code-morph on loop-end detection in ISACaller
2022-09-26 Luke Kenneth Casso... explicit test of src/dststep end-condition in ISACaller...
2022-09-26 Luke Kenneth Casso... swap RA/RB so that RA|0 is used not RB|0
2022-09-25 Konstantinos Marga... comment out debug dumps
2022-09-25 Dmitry Selyutintest_pysvp64dis: sort ld/st idx stride specs
2022-09-25 Dmitry Selyutinpower_insn: always provide els for ld/st idx stride
2022-09-25 Dmitry Selyutinpysvp64asm: fix VLi attribute access
2022-09-25 Dmitry Selyutinpower_insn: fix and unify /vli specifier
2022-09-25 Luke Kenneth Casso... have to sanity-check dz/zz after full qualifier-process...
2022-09-25 Luke Kenneth Casso... add dz/sz assertion in is_bc mode
2022-09-25 Luke Kenneth Casso... whitespace
2022-09-24 Luke Kenneth Casso... move sea check to after all qualifiers are checked
2022-09-24 Luke Kenneth Casso... check variable rather than explicit == LDST_IDX
2022-09-24 Luke Kenneth Casso... add elstrided/sea on ldst_idx mode
2022-09-24 Dmitry Selyutintest_pysvp64dis: test ld/st idx SEA (simple)
2022-09-24 Dmitry Selyutinpower_insn: support SEA specifier
2022-09-24 Dmitry Selyutinpysvp64asm: support /sea specifier
2022-09-24 Dmitry Selyutinconsts: introduce SEA field
2022-09-24 Dmitry Selyutinpysvp64asm: fix comment layout
2022-09-24 Luke Kenneth Casso... set sv_mode to 0b01 in element-strided
2022-09-24 Luke Kenneth Casso... frickin frick
2022-09-24 Luke Kenneth Casso... add assert to stop failfirst+sea
2022-09-24 Luke Kenneth Casso... add extra RC1 test, without VLI.
2022-09-24 Luke Kenneth Casso... add RC1 support to ISACaller.
2022-09-24 Dmitry Selyutinpower_insn: slightly change table checking style
2022-09-24 Luke Kenneth Casso... add extra test_pysvp64dis.py test for ff=~RC1/vli mode
2022-09-24 Luke Kenneth Casso... whoops got mask/match test wrong in power_insn.py
2022-09-24 Luke Kenneth Casso... comment inv,CRbit swap in decode_bo
2022-09-24 Dmitry Selyutinsv_binutils: support RS opindex
2022-09-24 Dmitry Selyutinpower_insn: reorder mode tables to match the spec
2022-09-24 Dmitry Selyutinpower_insn: rename smr to mr
2022-09-24 Dmitry Selyutinsv_binutils: provide Boolean class and Rc field
2022-09-24 Dmitry Selyutinpower_insn: provide Record.Rc field
2022-09-24 Dmitry Selyutinpower_insn: simplify rsvd naming; drop unused rsvd
2022-09-24 Dmitry Selyutinpower_insn: replace Record.function with Record.mode
2022-09-24 Dmitry Selyutinpysvp64asm: expand vector register macros
2022-09-24 Dmitry Selyutinsv_binutils: support opcodes offset representation
2022-09-24 Dmitry Selyutinsv_binutils: fix fields traversal
2022-09-24 Dmitry Selyutinpower_insn: sort database finally
2022-09-24 Dmitry Selyutinpower_insn: provide missing cr_in2 properties
2022-09-24 Dmitry Selyutinsv_binutils: generate svp64_cr_in2 opindices
2022-09-24 Dmitry Selyutinsv_binutils: generate BA opindex
2022-09-24 Dmitry Selyutinpower_fields: restore class-oriented traversal
2022-09-24 Jacob Lifshaypcdec. works!
2022-09-23 Luke Kenneth Casso... check svstate (vl) in failfirst test
2022-09-23 Luke Kenneth Casso... add data-dependent fail-first mode, Rc=1 variant not...
2022-09-23 Luke Kenneth Casso... whoops consistent inversion of inv,CRbit was CRbit,inv
2022-09-23 Luke Kenneth Casso... extra failfirst dis tests
2022-09-23 Luke Kenneth Casso... remove barse-ackwardsness, use SelectableInt() in decode_bo
2022-09-23 Luke Kenneth Casso... put back the barse-ackward decode_bo inversion of ...
2022-09-23 Luke Kenneth Casso... remove need for explicit-hack for "pcdec." - rc column...
2022-09-23 Luke Kenneth Casso... lots of really bad hacks, here
2022-09-23 Luke Kenneth Casso... fix/hack some bugs in prefix_codes_cases
2022-09-23 Luke Kenneth Casso... add (sigh) to the hack-job get_pdecode_idx_out2() in...
2022-09-23 Luke Kenneth Casso... change variablename dec2.use_svp64_fft to implicit_rs
2022-09-23 Luke Kenneth Casso... add match on implicit_rc for pcdec
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
next