add instr_fault to PowerDecoder2
[openpower-isa.git] / media /
2021-07-16 Luke Kenneth Casso... make a test for if size of FFT is less than 8, if so...
2021-07-16 Luke Kenneth Casso... code clean-up, simplify, use float not double
2021-07-16 Luke Kenneth Casso... add fft makefile
2021-07-16 Luke Kenneth Casso... add nayuki project reference code
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-07-02 Luke Kenneth Casso... add basic README for media tests
2021-06-29 Luke Kenneth Casso... corrections to comments and map-reduce adds, wrong...
2021-06-29 Luke Kenneth Casso... tab replacement
2021-06-28 Luke Kenneth Casso... add some notes into imdct_standalone.c
2021-06-28 Luke Kenneth Casso... morph imdct36 standalone c to look like it uses predication
2021-06-28 Luke Kenneth Casso... add copy of imdct36 standalone c test
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-06-14 Lauri KasanenUpdate mp3_1.gpr missed in b04990f79c
2021-06-02 Luke Kenneth Casso... move mp3 test params slightly higher up so as not to...
2021-05-28 Lauri KasanenBegin on SV for mp3_0
2021-05-28 Lauri KasanenCorrect mp3_1 dump size
2021-05-28 Lauri KasanenAdd 16kb stack space (total 20kb before it hits vecs...
2021-05-28 Lauri KasanenUndo qemu address changes
2021-05-27 Luke Kenneth Casso... increase RAM sizes for media memmap
2021-05-27 Luke Kenneth Casso... moving stack and parameters higher up for media test
2021-05-27 Luke Kenneth Casso... move stack pointer higher up to keep qemu happier in...
2021-05-27 Luke Kenneth Casso... set PC in pypowersim
2021-05-27 Luke Kenneth Casso... pass output dump argument to shell script for audio...
2021-05-26 Lauri KasanenQoL tuning
2021-05-26 Lauri KasanenMissed semicolon
2021-05-26 Lauri KasanenDedup them via scripts
2021-05-26 Lauri KasanenFill in first mp3_1 incantation
2021-05-26 Lauri KasanenFill in all mp3_0 runs, move the spr to a common file
2021-05-25 Luke Kenneth Casso... add loading of data and output dump of samples to mp3...
2021-05-25 Luke Kenneth Casso... allow comments in SPR / GPR / FPR files
2021-05-25 Luke Kenneth Casso... add add setting of LR so that code jumps outside of...
2021-05-24 Luke Kenneth Casso... quick add of pypowersim command to run the apply_window...
2021-05-24 Lauri KasanenSave initial mp3_0 regs
2021-05-24 Lauri KasanenSave a local copy of the calling conventions
2021-05-24 Luke Kenneth Casso... add TODO comment running simulator
2021-05-24 Lauri KasanenSave initial mp3 C baseline asm
2021-05-19 Lauri Kasanenrm -f
2021-05-19 Lauri KasanenBasic media infra