openpower-isa.git
2021-07-31 Luke Kenneth... replace DOUBLE function from helpers.py with pseudocode...
2021-07-31 Luke Kenneth... add SINGLE function to double2single, to replace manual...
2021-07-31 Luke Kenneth... whoops, no ability to add comments in between functions...
2021-07-31 Luke Kenneth... add outer-inner RADIX2 iDCT unit test.
2021-07-31 Dmitry Selyutinisa/bcd.mdwn: fix incorrect declaration
2021-07-31 Luke Kenneth... add SVP64 i-DCT unit test for inner butterfly, coeffici...
2021-07-31 Luke Kenneth... add i-DCT SVP64 unit test for outer butterfly
2021-07-31 Luke Kenneth... add iDCT modes to interim svshape instruction pseudo...
2021-07-31 Luke Kenneth... corrections to iDCT demo printout
2021-07-30 Dmitry Selyutinisa/bcd.mdwn: fix assignment operator
2021-07-30 Dmitry Selyutinisa/bcd.mdwn: update addg6s pseudocode
2021-07-30 Dmitry Selyutinisatables: cbcdtd instruction
2021-07-30 Dmitry Selyutinisatables: cdtbcd instruction
2021-07-30 Luke Kenneth... got i-DCT yield schedule operational in fastdctlee...
2021-07-30 Luke Kenneth... start adding i-dct schedule with debug-print, hard...
2021-07-29 Luke Kenneth... random experimentation landed eventually on a "pass...
2021-07-29 Luke Kenneth... use coefficient table in iDCT
2021-07-29 Luke Kenneth... move half-reverse to before outer butterfly in I-DCT
2021-07-29 Luke Kenneth... get byte-swapping functional in inverse-dct proof-of...
2021-07-29 Luke Kenneth... sigh, I-DCT had to reverse the order of middle loop...
2021-07-29 Luke Kenneth... start on inverse dct, turning recursive to iterative
2021-07-28 Luke Kenneth... start on inverse DCT, transforming to iterative
2021-07-28 Luke Kenneth... got DCT LD-bit-rev demo operational in unit test
2021-07-28 Luke Kenneth... fix LD/ST bitreverse with Matrix REMAP to instead be...
2021-07-28 Luke Kenneth... argh, have LD-bitreverse select the offset from RA...
2021-07-28 Luke Kenneth... add mode for half-swap, to be combined with LD-bit...
2021-07-28 Luke Kenneth... code comments
2021-07-27 Luke Kenneth... fix test_power_decoder.py
2021-07-27 Luke Kenneth... get DCT shortened table operational
2021-07-27 Dmitry Selyutinisatables: addg6s instruction
2021-07-27 Dmitry Selyutinpower_enums: cbcdtd instruction
2021-07-27 Dmitry Selyutinpower_enums: cdtbcd instruction
2021-07-27 Dmitry Selyutinpower_enums: addg6s instruction
2021-07-27 Luke Kenneth... adding reduced COS table DCT test
2021-07-27 Luke Kenneth... add new DCT inner butterfly shorter COS-gen mode unit...
2021-07-27 Luke Kenneth... fix new COSTABLE generator unit test,
2021-07-27 Luke Kenneth... fix up DCT modes for inner/outer butterfly,
2021-07-27 Luke Kenneth... argh, LD/ST using DS has to be computed differently.
2021-07-27 Luke Kenneth... fix errors in detection of ffmadds (etc), enabling...
2021-07-27 Luke Kenneth... clear persist bit if setvl explicitly called
2021-07-27 Luke Kenneth... add new cos coefficient pre-computed and on-the-fly...
2021-07-26 Luke Kenneth... use ydimsz as sub-mode in DCT/FFT butterfly
2021-07-26 Luke Kenneth... use std not stw in transcendentals ld/st-convert test
2021-07-26 Luke Kenneth... add dct cos 8 table test
2021-07-24 Luke Kenneth... add sv.fcoss SVP64Asm support
2021-07-24 Luke Kenneth... add DS-Form support for sv.std
2021-07-24 Luke Kenneth... added an extra SVP64 instruction, svstep, to replace...
2021-07-24 Luke Kenneth... add experiment to convert int to float and multiply...
2021-07-24 Luke Kenneth... add ability to get current SVSHAPE indices into a register,
2021-07-24 Luke Kenneth... comments
2021-07-24 Luke Kenneth... add DCT unit test combining DCT inner and outer butterfly
2021-07-24 Luke Kenneth... make REMAP persistent (if persistence requested) even...
2021-07-24 Luke Kenneth... create schedule for calculating COS coefficient in DCT
2021-07-23 Luke Kenneth... add DCT outer butterfly iterative overlapping ADD schedule
2021-07-23 Luke Kenneth... add DCT outer butterfly svshape setup
2021-07-23 Luke Kenneth... small inner DCT butterfly test, fix up order of fdmadds
2021-07-23 Luke Kenneth... add DCT inner butterfly results test
2021-07-23 Luke Kenneth... "fix" fdmadd DCT mul-add-sub unit test with values...
2021-07-23 Luke Kenneth... add sv.fdmadds unit test
2021-07-23 Luke Kenneth... add sv.fdmadds to SVP64Asm
2021-07-23 Luke Kenneth... add DCT mul-add to CSV and enums
2021-07-23 Luke Kenneth... add DCT variant of twin MUL-ADD. actually an add and...
2021-07-23 Luke Kenneth... add DCT butterfly mode into svremap
2021-07-23 Luke Kenneth... set up submodes for SVSHAPE, to include DCT butterfly...
2021-07-22 Luke Kenneth... split out 2nd dct outer butterfly scheduler
2021-07-22 Luke Kenneth... half way through converting in-place dct to yield unit...
2021-07-22 Luke Kenneth... add inner and outer yield version of DCT inner and...
2021-07-22 Luke Kenneth... copy of halfrev2 algorithm updated
2021-07-22 Luke Kenneth... simplification of halfrev2 algorithm (really neat)
2021-07-22 Luke Kenneth... add REMAP DCT yield schedule function, TODO
2021-07-22 Luke Kenneth... add hybrid LD-ST-bitreverse with REMAP as an experiment
2021-07-22 Luke Kenneth... corrections to SVP64 LD/ST unit tests
2021-07-20 Luke Kenneth... comments
2021-07-20 Luke Kenneth... create cos table independent, outside of the inner...
2021-07-20 Luke Kenneth... cleanup
2021-07-20 Luke Kenneth... add iterative list-reversing algorithm, replace recursi...
2021-07-20 Luke Kenneth... pre-reverse order of data indices in DCT so that *after...
2021-07-20 Luke Kenneth... temporary reordering after the DCT schedule is carried...
2021-07-20 Luke Kenneth... realised that SVSHAPE0-3 is not privileged
2021-07-20 Luke Kenneth... add inner sub-loop testing from svstep Rc=1
2021-07-20 Luke Kenneth... comments
2021-07-20 Luke Kenneth... comments
2021-07-19 Luke Kenneth... bit of a reorg, adding option to test end of inner...
2021-07-19 Luke Kenneth... do in-place swap
2021-07-19 Luke Kenneth... annoying: missed out something in the unit test, not...
2021-07-19 Luke Kenneth... simplify DCT code
2021-07-19 Luke Kenneth... create coefficient table for DCT outside of loops
2021-07-19 Luke Kenneth... update comments
2021-07-19 Luke Kenneth... more comments
2021-07-19 Luke Kenneth... update comments and license
2021-07-19 Luke Kenneth... remove unneeded code
2021-07-19 Luke Kenneth... no need for len(j) > 1 test, half of 1 is zero which...
2021-07-19 Luke Kenneth... remove unneeded code
2021-07-19 Luke Kenneth... swap the indices rather than the data in DCT top half...
2021-07-19 Luke Kenneth... remove copy, use in-place with post-inner-loop swap
2021-07-19 Luke Kenneth... add experimental order-reversing code (commented out...
2021-07-19 Luke Kenneth... code comments
2021-07-19 Luke Kenneth... whitespace cleanup
2021-07-19 Luke Kenneth... move bit-reversing to before MULs in DCT
2021-07-19 Luke Kenneth... reverse bit-order of in-place outer DCT butterfly
next