| 2022-09-30 | Jacob Lifshay | fix pcdec.'s form | commit | commitdiff | tree | 
| 2022-09-30 | Jacob Lifshay | rewrite pcdec. pseudocode to work better for JPEG | commit | commitdiff | tree | 
| 2022-09-30 | Jacob Lifshay | add lookup table generation for JPEG decode | commit | commitdiff | tree | 
| 2022-09-30 | Jacob Lifshay | allow logging function to be overridden for Mem.log_fancy | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | convert svp64 bigint unittests to use TestAccumulatorBase | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | finish changing to use adde, not addeo for bigint add | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | sv.adde not sv.addeo | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | destination for maddedu and divmod2du for RS defaults... | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | wowser, complex. implementing maddedu implicit RC/RS... | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | add carry-roll-over-vector-mul-with-add (!) unit test | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | comments | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | add shift-left and shift-right scalar-to-vector tests | commit | commitdiff | tree | 
| 2022-09-29 | Luke Kenneth... | update iterators in ISACaller, not used yet | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | rename madded->maddedu for consistency with PowerISA... | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | rename divrem2du->divmod2du for consistency with PowerI... | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | add bigint tests and fix madded pseudocode | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | add bigint ops | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | fill out dsld/dsrd pseudocode | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | add missing DRAFT comment | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | fix test_minor_30 | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | format code | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | clean up bigint instruction naming | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | remove unnecesary commented code | commit | commitdiff | tree | 
| 2022-09-29 | Jacob Lifshay | add unofficial and comment2 fields to minor_31.csv | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | srcstep | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | rename iterators init function | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | redundant comment | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | split out svstate update in ISACaller | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | move failfirst check to separate function in ISACaller | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | new revision of dsld | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | add double-sld pseudocode, first draft | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | add limit argument to MASK() helper | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | add Z23 shift-mode fields.txt | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | bugfix reset remaps and get subvl early | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | comments on horizontal-or | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | make matrix horizontal-remap example more generic | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | add horizontal-or-reduction example that thoroughly... | commit | commitdiff | tree | 
| 2022-09-28 | Luke Kenneth... | whoops VL incorrect in svshape markdown RTL for matrix... | commit | commitdiff | tree | 
| 2022-09-28 | Jacob Lifshay | extracting demo JPEG bitstream works | commit | commitdiff | tree | 
| 2022-09-27 | Luke Kenneth... | add unpack predicated unit test | commit | commitdiff | tree | 
| 2022-09-27 | Luke Kenneth... | hack to check skipping on predicate being all-zero. | commit | commitdiff | tree | 
| 2022-09-27 | Luke Kenneth... | sort out predicate loop-skip on pack/unpack | commit | commitdiff | tree | 
| 2022-09-27 | Luke Kenneth... | adapt loops to include predicate-mask skipping in ISACaller | commit | commitdiff | tree | 
| 2022-09-27 | Konstantinos... | fix typo | commit | commitdiff | tree | 
| 2022-09-27 | Konstantinos... | comment out more debug messages and reference C function | commit | commitdiff | tree | 
| 2022-09-27 | Konstantinos... | comment out debug messages | commit | commitdiff | tree | 
| 2022-09-27 | Konstantinos... | Working version of VP8 DCT4x4 in SVP64 | commit | commitdiff | tree | 
| 2022-09-27 | Konstantinos... | remove unused prototypes | commit | commitdiff | tree | 
| 2022-09-27 | Jacob Lifshay | add WIP jpeg decoder demo | commit | commitdiff | tree | 
| 2022-09-26 | Jacob Lifshay | add more tests and fix missing corner case | commit | commitdiff | tree | 
| 2022-09-26 | Jacob Lifshay | pcdec.: change CR0.eq to be early-stop-needed to fit... | commit | commitdiff | tree | 
| 2022-09-26 | Jacob Lifshay | add checks for pcdec. once=1 | commit | commitdiff | tree | 
| 2022-09-26 | Jacob Lifshay | more cleanup after swapping RA/RB for pcdec. | commit | commitdiff | tree | 
| 2022-09-26 | Jacob Lifshay | clean up after lkcl swapped RA/RB for pcdec. | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | skipping on maskedout elements de-restricted when subst... | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | add first predicate-mask test of pack/unpack | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | get pack/unpack tests to use sv.ori to copy sequence... | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | finally got pack/unpack working | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | code-morph on loop-end detection in ISACaller | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | explicit test of src/dststep end-condition in ISACaller... | commit | commitdiff | tree | 
| 2022-09-26 | Luke Kenneth... | swap RA/RB so that RA|0 is used not RB|0 | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | fix variables in memory copy | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | comment out debug dumps | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | Fixed SVP64 implentation | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | remove functions as not relevant for this test | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | clean up, convert from uint64 for python due to roundin... | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | add prototypes | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | fix finalize function, clean ups | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | remove unimplemented tests, lower iterations | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | use sv.maddled/mr, cleanup | commit | commitdiff | tree | 
| 2022-09-25 | Konstantinos... | add header | commit | commitdiff | tree | 
| 2022-09-25 | Dmitry Selyutin | test_pysvp64dis: sort ld/st idx stride specs | commit | commitdiff | tree | 
| 2022-09-25 | Dmitry Selyutin | power_insn: always provide els for ld/st idx stride | commit | commitdiff | tree | 
| 2022-09-25 | Dmitry Selyutin | pysvp64asm: fix VLi attribute access | commit | commitdiff | tree | 
| 2022-09-25 | Dmitry Selyutin | power_insn: fix and unify /vli specifier | commit | commitdiff | tree | 
| 2022-09-25 | Luke Kenneth... | have to sanity-check dz/zz after full qualifier-process... | commit | commitdiff | tree | 
| 2022-09-25 | Luke Kenneth... | add dz/sz assertion in is_bc mode | commit | commitdiff | tree | 
| 2022-09-25 | Luke Kenneth... | whitespace | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | move sea check to after all qualifiers are checked | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | check variable rather than explicit == LDST_IDX | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | add elstrided/sea on ldst_idx mode | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | test_pysvp64dis: test ld/st idx SEA (simple) | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | power_insn: support SEA specifier | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | pysvp64asm: support /sea specifier | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | consts: introduce SEA field | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | pysvp64asm: fix comment layout | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | set sv_mode to 0b01 in element-strided | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | frickin frick | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | add assert to stop failfirst+sea | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | add extra RC1 test, without VLI. | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | add RC1 support to ISACaller. | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | power_insn: slightly change table checking style | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | add extra test_pysvp64dis.py test for ff=~RC1/vli mode | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | whoops got mask/match test wrong in power_insn.py | commit | commitdiff | tree | 
| 2022-09-24 | Luke Kenneth... | comment inv,CRbit swap in decode_bo | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | sv_binutils: support RS opindex | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | power_insn: reorder mode tables to match the spec | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | power_insn: rename smr to mr | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | sv_binutils: provide Boolean class and Rc field | commit | commitdiff | tree | 
| 2022-09-24 | Dmitry Selyutin | power_insn: provide Record.Rc field | commit | commitdiff | tree | 
| next |