2021-07-16 |
Luke Kenneth Casso... | make a test for if size of FFT is less than 8, if so... |
tree | commitdiff |
2021-07-16 |
Luke Kenneth Casso... | code clean-up, simplify, use float not double |
tree | commitdiff |
2021-07-16 |
Luke Kenneth Casso... | add fft makefile |
tree | commitdiff |
2021-07-16 |
Luke Kenneth Casso... | add nayuki project reference code |
tree | commitdiff |
2021-07-14 |
Luke Kenneth Casso... | subtract one from SVi field for setvl assembler |
tree | commitdiff |
2021-07-11 |
Luke Kenneth Casso... | minor reordering of setvl and svshape: svshape is now... |
tree | commitdiff |
2021-07-08 |
Luke Kenneth Casso... | add (new) extra argument to setvl (Vertical-First mode... |
tree | commitdiff |
2021-07-02 |
Luke Kenneth Casso... | add basic README for media tests |
tree | commitdiff |
2021-06-29 |
Luke Kenneth Casso... | corrections to comments and map-reduce adds, wrong... |
tree | commitdiff |
2021-06-29 |
Luke Kenneth Casso... | tab replacement |
tree | commitdiff |
2021-06-28 |
Luke Kenneth Casso... | add some notes into imdct_standalone.c |
tree | commitdiff |
2021-06-28 |
Luke Kenneth Casso... | morph imdct36 standalone c to look like it uses predication |
tree | commitdiff |
2021-06-28 |
Luke Kenneth Casso... | add copy of imdct36 standalone c test |
tree | commitdiff |
2021-06-19 |
Luke Kenneth Casso... | 128 regs added to simulator - works |
tree | commitdiff |
2021-06-19 |
Luke Kenneth Casso... | sigh cannot add comments at end of SV lines in SVP64... |
tree | commitdiff |
2021-06-17 |
Luke Kenneth Casso... | fix MP3 CODEC basic demo by using fmuls and fadds/fsubs... |
tree | commitdiff |
2021-06-16 |
Luke Kenneth Casso... | add extra comments to mp3 svp64 codec assembler |
tree | commitdiff |
2021-06-16 |
Luke Kenneth Casso... | more code-comments in mp3 codec svp64 example |
tree | commitdiff |
2021-06-16 |
Luke Kenneth Casso... | although unused read first sum from *dither_state |
tree | commitdiff |
2021-06-16 |
Luke Kenneth Casso... | use addi where sv.addi is inappropriate (scalar values) |
tree | commitdiff |
2021-06-16 |
Luke Kenneth Casso... | use fnmsubs instead of fmadds followed by fsubs |
tree | commitdiff |
2021-06-16 |
Luke Kenneth Casso... | reverting removal of tmpsum and tmpsum2, not using... |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | remove predicate mask r30, no longer needed |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | no need for tmpsu or tmpsum2, fmadds if replaced with... |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | use new sv.fmadds SVP64 instruction in MP3 CODEC assembler |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | mark as possible bug, the fneg sum,sum |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | remove negate of sum for last value in SVP64 MP3 CODEC... |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | SVP64 mp3 assembler almost correct |
tree | commitdiff |
2021-06-15 |
Luke Kenneth Casso... | whoops overlap of fv0-2 with sum/2/tmp, move further up |
tree | commitdiff |
2021-06-14 |
Luke Kenneth Casso... | sigh bug in setvl, temporarily setting to 7 not 8 |
tree | commitdiff |
2021-06-14 |
Luke Kenneth Casso... | nope, win = win2 + 31 |
tree | commitdiff |
2021-06-14 |
Luke Kenneth Casso... | guessing probably supposed to be 128 not 124 |
tree | commitdiff |
2021-06-14 |
Luke Kenneth Casso... | tmpsum2 probably needed to be fp3 |
tree | commitdiff |
2021-06-14 |
Luke Kenneth Casso... | temporary move regs into range 0-31 |
tree | commitdiff |
2021-06-14 |
Luke Kenneth Casso... | add basic "macro" (.set) support to SVP64Asm |
tree | commitdiff |
2021-06-14 |
Lauri Kasanen | mp3_0 initial sv |
tree | commitdiff |
2021-06-14 |
Lauri Kasanen | Reorder mp3_0_basicsv back to the C loop style |
tree | commitdiff |
2021-06-14 |
Lauri Kasanen | Update mp3_1.gpr missed in b04990f79c |
tree | commitdiff |
2021-06-02 |
Luke Kenneth Casso... | move mp3 test params slightly higher up so as not to... |
tree | commitdiff |
2021-05-28 |
Lauri Kasanen | Begin on SV for mp3_0 |
tree | commitdiff |
2021-05-28 |
Lauri Kasanen | Correct mp3_1 dump size |
tree | commitdiff |
2021-05-28 |
Lauri Kasanen | Add 16kb stack space (total 20kb before it hits vecs... |
tree | commitdiff |
2021-05-28 |
Lauri Kasanen | Undo qemu address changes |
tree | commitdiff |
2021-05-27 |
Luke Kenneth Casso... | increase RAM sizes for media memmap |
tree | commitdiff |
2021-05-27 |
Luke Kenneth Casso... | moving stack and parameters higher up for media test |
tree | commitdiff |
2021-05-27 |
Luke Kenneth Casso... | move stack pointer higher up to keep qemu happier in... |
tree | commitdiff |
2021-05-27 |
Luke Kenneth Casso... | set PC in pypowersim |
tree | commitdiff |
2021-05-27 |
Luke Kenneth Casso... | pass output dump argument to shell script for audio... |
tree | commitdiff |
2021-05-26 |
Lauri Kasanen | QoL tuning |
tree | commitdiff |
2021-05-26 |
Lauri Kasanen | Missed semicolon |
tree | commitdiff |
2021-05-26 |
Lauri Kasanen | Dedup them via scripts |
tree | commitdiff |
2021-05-26 |
Lauri Kasanen | Fill in first mp3_1 incantation |
tree | commitdiff |
2021-05-26 |
Lauri Kasanen | Fill in all mp3_0 runs, move the spr to a common file |
tree | commitdiff |
2021-05-25 |
Luke Kenneth Casso... | add loading of data and output dump of samples to mp3... |
tree | commitdiff |
2021-05-25 |
Luke Kenneth Casso... | allow comments in SPR / GPR / FPR files |
tree | commitdiff |
2021-05-25 |
Luke Kenneth Casso... | add add setting of LR so that code jumps outside of... |
tree | commitdiff |
2021-05-24 |
Luke Kenneth Casso... | quick add of pypowersim command to run the apply_window... |
tree | commitdiff |
2021-05-24 |
Lauri Kasanen | Save initial mp3_0 regs |
tree | commitdiff |
2021-05-24 |
Lauri Kasanen | Save a local copy of the calling conventions |
tree | commitdiff |
2021-05-24 |
Luke Kenneth Casso... | add TODO comment running simulator |
tree | commitdiff |
2021-05-24 |
Lauri Kasanen | Save initial mp3 C baseline asm |
tree | commitdiff |
2021-05-19 |
Lauri Kasanen | rm -f |
tree | commitdiff |
2021-05-19 |
Lauri Kasanen | Basic media infra |
tree | commitdiff |
|