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