pysvp64db: fix traversal
[openpower-isa.git] / media / audio / mp3 / mp3_0_apply_window_float_basicsv.s
2023-04-12 Dmitry Selyutinmedia: migrate to binutils
2022-07-06 Dmitry Selyutinaudio/mp3: convert asm to the new notation
2022-06-08 Dmitry Selyutinmp3_0: update assembly listing
2021-07-14 Luke Kenneth Casso... subtract one from SVi field for setvl assembler
2021-07-11 Luke Kenneth Casso... minor reordering of setvl and svshape: svshape is now...
2021-07-08 Luke Kenneth Casso... add (new) extra argument to setvl (Vertical-First mode...
2021-06-29 Luke Kenneth Casso... tab replacement
2021-06-19 Luke Kenneth Casso... 128 regs added to simulator - works
2021-06-19 Luke Kenneth Casso... sigh cannot add comments at end of SV lines in SVP64...
2021-06-17 Luke Kenneth Casso... fix MP3 CODEC basic demo by using fmuls and fadds/fsubs...
2021-06-16 Luke Kenneth Casso... add extra comments to mp3 svp64 codec assembler
2021-06-16 Luke Kenneth Casso... more code-comments in mp3 codec svp64 example
2021-06-16 Luke Kenneth Casso... although unused read first sum from *dither_state
2021-06-16 Luke Kenneth Casso... use addi where sv.addi is inappropriate (scalar values)
2021-06-16 Luke Kenneth Casso... use fnmsubs instead of fmadds followed by fsubs
2021-06-16 Luke Kenneth Casso... reverting removal of tmpsum and tmpsum2, not using...
2021-06-15 Luke Kenneth Casso... remove predicate mask r30, no longer needed
2021-06-15 Luke Kenneth Casso... no need for tmpsu or tmpsum2, fmadds if replaced with...
2021-06-15 Luke Kenneth Casso... use new sv.fmadds SVP64 instruction in MP3 CODEC assembler
2021-06-15 Luke Kenneth Casso... mark as possible bug, the fneg sum,sum
2021-06-15 Luke Kenneth Casso... remove negate of sum for last value in SVP64 MP3 CODEC...
2021-06-15 Luke Kenneth Casso... SVP64 mp3 assembler almost correct
2021-06-15 Luke Kenneth Casso... whoops overlap of fv0-2 with sum/2/tmp, move further up
2021-06-14 Luke Kenneth Casso... sigh bug in setvl, temporarily setting to 7 not 8
2021-06-14 Luke Kenneth Casso... nope, win = win2 + 31
2021-06-14 Luke Kenneth Casso... guessing probably supposed to be 128 not 124
2021-06-14 Luke Kenneth Casso... tmpsum2 probably needed to be fp3
2021-06-14 Luke Kenneth Casso... temporary move regs into range 0-31
2021-06-14 Luke Kenneth Casso... add basic "macro" (.set) support to SVP64Asm
2021-06-14 Lauri Kasanenmp3_0 initial sv
2021-06-14 Lauri KasanenReorder mp3_0_basicsv back to the C loop style
2021-05-28 Lauri KasanenBegin on SV for mp3_0