openpower-isa.git
2022-10-02 Luke Kenneth... TODO notes on using sv.bc in utf8-validator utf8_todo
2022-10-02 Luke Kenneth... comments for why preinc is called for svstep
2022-10-02 Luke Kenneth... comment out selectableint getitem logs
2022-10-01 Luke Kenneth... skip svstate_pre_inc on svremap
2022-10-01 Luke Kenneth... no svstate instruction
2022-10-01 Luke Kenneth... svstep calls SVSTATE_NEXT so needs svstate_pre_inc
2022-10-01 Luke Kenneth... remove special case from setvl calling SVSTATE_NEXT,
2022-10-01 Luke Kenneth... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth... comments
2022-10-01 Luke Kenneth... comments
2022-10-01 Luke Kenneth... minor cleanup in ISACaller on result handling
2022-10-01 Luke Kenneth... simplify ISACaller execute_one
2022-10-01 Luke Kenneth... simplify setting default SVSHAPE SPRs to zero
2022-10-01 Jacob Lifshayincrease pcdec. output compression by skipping impossib...
2022-09-30 Jacob Lifshayprefix codes tests pass
2022-09-30 Luke Kenneth... no need for ctr mode on sv.bc
2022-09-30 Luke Kenneth... ctr mode not needed, just use unconditional CTR dec
2022-09-30 Luke Kenneth... set srcstep/dststep to zero in StepLoop (ISACaller...
2022-09-30 Luke Kenneth... add sv.bc vlset-inverted test
2022-09-30 Luke Kenneth... comments/variables-cleanup
2022-09-30 Luke Kenneth... add sv.bc vlset-inverted test
2022-09-30 Luke Kenneth... add sv.bc/vs - VLset - test. truncates VL at the vector...
2022-09-30 Luke Kenneth... add code-comments in variance_svp64_real.s on how to...
2022-09-30 Luke Kenneth... add new sv.bc CTR-loop test, subtracts VL from CTR
2022-09-30 Luke Kenneth... whitespace
2022-09-30 Luke Kenneth... use regs variables in get_predint
2022-09-30 Luke Kenneth... comments
2022-09-30 Jacob Lifshayfix pcdec. assembly -- merge into va_form() since it...
2022-09-30 Jacob Lifshayfix pcdec.'s form
2022-09-30 Jacob Lifshayrewrite pcdec. pseudocode to work better for JPEG
2022-09-30 Jacob Lifshayadd lookup table generation for JPEG decode
2022-09-30 Jacob Lifshayallow logging function to be overridden for Mem.log_fancy
2022-09-29 Jacob Lifshayconvert svp64 bigint unittests to use TestAccumulatorBase
2022-09-29 Jacob Lifshayfinish changing to use adde, not addeo for bigint add
2022-09-29 Luke Kenneth... sv.adde not sv.addeo
2022-09-29 Luke Kenneth... destination for maddedu and divmod2du for RS defaults...
2022-09-29 Luke Kenneth... wowser, complex. implementing maddedu implicit RC/RS...
2022-09-29 Luke Kenneth... add carry-roll-over-vector-mul-with-add (!) unit test
2022-09-29 Luke Kenneth... comments
2022-09-29 Luke Kenneth... add shift-left and shift-right scalar-to-vector tests
2022-09-29 Luke Kenneth... 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 Lifshayfill out dsld/dsrd pseudocode
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 Lifshayclean up bigint instruction naming
2022-09-29 Jacob Lifshayremove unnecesary commented code
2022-09-29 Jacob Lifshayadd unofficial and comment2 fields to minor_31.csv
2022-09-28 Luke Kenneth... srcstep
2022-09-28 Luke Kenneth... rename iterators init function
2022-09-28 Luke Kenneth... redundant comment
2022-09-28 Luke Kenneth... split out svstate update in ISACaller
2022-09-28 Luke Kenneth... move failfirst check to separate function in ISACaller
2022-09-28 Luke Kenneth... new revision of dsld
2022-09-28 Luke Kenneth... add double-sld pseudocode, first draft
2022-09-28 Luke Kenneth... add limit argument to MASK() helper
2022-09-28 Luke Kenneth... add Z23 shift-mode fields.txt
2022-09-28 Luke Kenneth... bugfix reset remaps and get subvl early
2022-09-28 Luke Kenneth... comments on horizontal-or
2022-09-28 Luke Kenneth... make matrix horizontal-remap example more generic
2022-09-28 Luke Kenneth... add horizontal-or-reduction example that thoroughly...
2022-09-28 Luke Kenneth... whoops VL incorrect in svshape markdown RTL for matrix...
2022-09-28 Jacob Lifshayextracting demo JPEG bitstream works
2022-09-27 Luke Kenneth... add unpack predicated unit test
2022-09-27 Luke Kenneth... hack to check skipping on predicate being all-zero.
2022-09-27 Luke Kenneth... sort out predicate loop-skip on pack/unpack
2022-09-27 Luke Kenneth... adapt loops to include predicate-mask skipping in ISACaller
2022-09-27 Konstantinos... fix typo
2022-09-27 Konstantinos... comment out more debug messages and reference C function
2022-09-27 Konstantinos... comment out debug messages
2022-09-27 Konstantinos... Working version of VP8 DCT4x4 in SVP64
2022-09-27 Konstantinos... remove unused prototypes
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... skipping on maskedout elements de-restricted when subst...
2022-09-26 Luke Kenneth... add first predicate-mask test of pack/unpack
2022-09-26 Luke Kenneth... get pack/unpack tests to use sv.ori to copy sequence...
2022-09-26 Luke Kenneth... finally got pack/unpack working
2022-09-26 Luke Kenneth... code-morph on loop-end detection in ISACaller
2022-09-26 Luke Kenneth... explicit test of src/dststep end-condition in ISACaller...
2022-09-26 Luke Kenneth... swap RA/RB so that RA|0 is used not RB|0
2022-09-25 Konstantinos... fix variables in memory copy
2022-09-25 Konstantinos... comment out debug dumps
2022-09-25 Konstantinos... Fixed SVP64 implentation
2022-09-25 Konstantinos... remove functions as not relevant for this test
2022-09-25 Konstantinos... clean up, convert from uint64 for python due to roundin...
2022-09-25 Konstantinos... add prototypes
2022-09-25 Konstantinos... fix finalize function, clean ups
2022-09-25 Konstantinos... remove unimplemented tests, lower iterations
2022-09-25 Konstantinos... use sv.maddled/mr, cleanup
next