openpower-isa.git
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
2021-07-19 Luke Kenneth... finallygot the DCT outer butterfly correct
2021-07-18 Luke Kenneth... got cos intermediate working on iterative dct
2021-07-18 Luke Kenneth... experimenting to create iterative version of dct
2021-07-18 Luke Kenneth... use lists rather than list incomprehension
2021-07-17 Luke Kenneth... print out some debug statements in fastdctlee
2021-07-17 Luke Kenneth... whitespace
2021-07-17 Luke Kenneth... add naive dct, remove fft variant
2021-07-17 Luke Kenneth... add nayuki dct
2021-07-17 Luke Kenneth... working RADIX-2 FFT with bit-reversed LD/ST
2021-07-17 Luke Kenneth... add FP LOAD bit-reversed operations to ISACaller simulator
2021-07-16 Luke Kenneth... make a test for if size of FFT is less than 8, if so...
2021-07-16 Luke Kenneth... add fsins and fcoss to simulator
2021-07-16 Luke Kenneth... code clean-up, simplify, use float not double
2021-07-16 Luke Kenneth... add fft makefile
2021-07-16 Luke Kenneth... add nayuki project reference code
2021-07-15 Luke Kenneth... use coincidence of svremap "persistence" to remove...
2021-07-15 Luke Kenneth... enable use of svremap "persist" mode, remove 4 instruct...
2021-07-15 Luke Kenneth... stop using MSR vfirst bit, move to SVSTATE bit 63 instead
2021-07-15 Luke Kenneth... add extra "persistence" bit to svremap instruction
2021-07-15 Luke Kenneth... big intrusive update: merge SVREMAP with SVSTATE, remov...
2021-07-14 Luke Kenneth... use fmadds and fmsubs in complex fft example
2021-07-14 Luke Kenneth... update SVSTATE to 64 bit length
2021-07-14 Luke Kenneth... subtract one from SVi field for setvl assembler
2021-07-13 Luke Kenneth... change order of log printout for "writing gpr NN"
2021-07-12 Luke Kenneth... successful complex FFT butterfly, in-place, using Verti...
2021-07-12 Luke Kenneth... add a Discrete FFT butterfly unit test as an intermedia...
2021-07-11 Luke Kenneth... minor reordering of setvl and svshape: svshape is now...
2021-07-11 Luke Kenneth... add svremap instruction into ISACaller
2021-07-11 Luke Kenneth... update svremap instruction to correctly store immediate...
2021-07-11 Luke Kenneth... whoops 0b00002 is not binary
2021-07-11 Luke Kenneth... add SVREMAP new Form / Fields and CSV entry
2021-07-11 Luke Kenneth... add SVREMAP SPR to ISACaller and parser
2021-07-11 Luke Kenneth... add SVREMAP SPR
2021-07-11 Luke Kenneth... add SVP64REMAP Record
2021-07-11 Luke Kenneth... rename SVP64REMAP to SVP64SHAPE
2021-07-11 Luke Kenneth... rename svremap to svshape
2021-07-11 Luke Kenneth... rename svremap to svshape
2021-07-10 Luke Kenneth... add scalar ffadds unit test
2021-07-10 Luke Kenneth... whoops forgot elif in SVP64Asm translation, detection...
2021-07-10 Luke Kenneth... in scalar case do not increment RB for FFT mode
2021-07-10 Luke Kenneth... add sv.ffadds unit test, inversion of subtract needed...
2021-07-10 Luke Kenneth... more generic allow fft mode 2nd output detection. ...
2021-07-10 Luke Kenneth... add ffadds decoding:
2021-07-10 Luke Kenneth... add more generic detection of FFT mode, really needs...
2021-07-10 Luke Kenneth... add (disabled) FFT complex unit test under development
2021-07-10 Luke Kenneth... corrections to remaining fft madd/msub
2021-07-09 Luke Kenneth... update comments
2021-07-09 Luke Kenneth... for scalar destination or scalar source on ffmadd,...
2021-07-09 Luke Kenneth... add svstep variant of fpmadds fft test
2021-07-09 Luke Kenneth... add "odd" SVP64 unit tests which alter SVSTATE
2021-07-09 Luke Kenneth... comments in unit test
2021-07-09 Luke Kenneth... add Vertical-First explicit branch-loop using svstep...
2021-07-08 Luke Kenneth... end SVP64 "Vertical First" mode on rollover when end...
2021-07-08 Luke Kenneth... add CR0 setting and unit test on svstep
2021-07-08 Luke Kenneth... whoops asmcode length (number of instructions) went...
2021-07-08 Luke Kenneth... test MSR.SVF bit set after setvl Vertical-First mode set
2021-07-08 Luke Kenneth... whoops must not reset last_op_svstate except when out...
2021-07-08 Luke Kenneth... testing new setvl "svstep" mode
2021-07-08 Luke Kenneth... whoops sv.lfs registers must be even numbers (match...
2021-07-08 Luke Kenneth... add ability to explicitly increment SVSTATE srcstep...
2021-07-08 Luke Kenneth... add (new) extra argument to setvl (Vertical-First mode...
2021-07-08 Luke Kenneth... add in extra "vertical" mode into SVP64 setvl
2021-07-07 Luke Kenneth... clean up imports and unit test name
2021-07-07 Luke Kenneth... ffmuls test, had to add to b not a in expected results
2021-07-07 Luke Kenneth... get butterfly RADIX2 SVP64 example working, breaks...
2021-07-07 Luke Kenneth... add in DFT test from Project Nayuki to verify results...
2021-07-06 Luke Kenneth... change coefficients in FFT REMAP example so as not...
2021-07-06 Luke Kenneth... when REMAP shape is zero, skip it in ISACaller.
2021-07-06 Luke Kenneth... on FRS for FFT with REMAP use scheduled offset
2021-07-06 Luke Kenneth... add FFT REMAP butterfly unit test
2021-07-06 Luke Kenneth... add FFT SHAPE pseudocode in svremap, and a schedule...
2021-07-06 Luke Kenneth... add FFT butterfly iteration to SVSHAPE REMAP class...
next