add new DCT inner butterfly shorter COS-gen mode unit test
[openpower-isa.git] / openpower / isa /
2021-07-27 Luke Kenneth Casso... add new DCT inner butterfly shorter COS-gen mode unit...
2021-07-27 Luke Kenneth Casso... fix up DCT modes for inner/outer butterfly,
2021-07-27 Luke Kenneth Casso... clear persist bit if setvl explicitly called
2021-07-27 Luke Kenneth Casso... add new cos coefficient pre-computed and on-the-fly...
2021-07-26 Luke Kenneth Casso... use ydimsz as sub-mode in DCT/FFT butterfly
2021-07-24 Luke Kenneth Casso... added an extra SVP64 instruction, svstep, to replace...
2021-07-24 Luke Kenneth Casso... add ability to get current SVSHAPE indices into a register,
2021-07-24 Luke Kenneth Casso... comments
2021-07-24 Luke Kenneth Casso... make REMAP persistent (if persistence requested) even...
2021-07-24 Luke Kenneth Casso... create schedule for calculating COS coefficient in DCT
2021-07-23 Luke Kenneth Casso... add DCT outer butterfly iterative overlapping ADD schedule
2021-07-23 Luke Kenneth Casso... add DCT outer butterfly svshape setup
2021-07-23 Luke Kenneth Casso... small inner DCT butterfly test, fix up order of fdmadds
2021-07-23 Luke Kenneth Casso... "fix" fdmadd DCT mul-add-sub unit test with values...
2021-07-23 Luke Kenneth Casso... add DCT variant of twin MUL-ADD. actually an add and...
2021-07-23 Luke Kenneth Casso... add DCT butterfly mode into svremap
2021-07-19 Luke Kenneth Casso... bit of a reorg, adding option to test end of inner...
2021-07-17 Luke Kenneth Casso... add FP LOAD bit-reversed operations to ISACaller simulator
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
2021-07-15 Luke Kenneth Casso... stop using MSR vfirst bit, move to SVSTATE bit 63 instead
2021-07-15 Luke Kenneth Casso... add extra "persistence" bit to svremap instruction
2021-07-15 Luke Kenneth Casso... big intrusive update: merge SVREMAP with SVSTATE, remov...
2021-07-14 Luke Kenneth Casso... update SVSTATE to 64 bit length
2021-07-11 Luke Kenneth Casso... minor reordering of setvl and svshape: svshape is now...
2021-07-11 Luke Kenneth Casso... update svremap instruction to correctly store immediate...
2021-07-11 Luke Kenneth Casso... rename svremap to svshape
2021-07-10 Luke Kenneth Casso... add sv.ffadds unit test, inversion of subtract needed...
2021-07-10 Luke Kenneth Casso... corrections to remaining fft madd/msub
2021-07-08 Luke Kenneth Casso... add ability to explicitly increment SVSTATE srcstep...
2021-07-08 Luke Kenneth Casso... add in extra "vertical" mode into SVP64 setvl
2021-07-07 Luke Kenneth Casso... get butterfly RADIX2 SVP64 example working, breaks...
2021-07-06 Luke Kenneth Casso... add FFT SHAPE pseudocode in svremap, and a schedule...
2021-07-05 Luke Kenneth Casso... add svremap manual instruction (Primary Opcode 22,...
2021-07-02 Luke Kenneth Casso... add basic README for media tests
2021-07-01 Luke Kenneth Casso... add temporary SV pseudocode
2021-06-28 Luke Kenneth Casso... add extra offset for FRB, for FFT Cooley-Tukey twin...
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-25 Luke Kenneth Casso... rename svp64 bit-reversed LD instructions to not confli...
2021-06-24 Luke Kenneth Casso... whoops SVP64 bit-rev LDs need to use SVD and SVDS immed...
2021-06-23 Luke Kenneth Casso... looks like spec error on maddhd etc. should be a comma...
2021-06-23 Luke Kenneth Casso... add comments for SVP64 FP FFT/DCT
2021-06-23 Luke Kenneth Casso... add FFT/DCT to titles
2021-06-23 Luke Kenneth Casso... add SV FP arithmetic in "Overflow" mode for FFT/DCT +/-
2021-06-23 Luke Kenneth Casso... use SHL64 function for shift because "<<" operator...
2021-06-23 Luke Kenneth Casso... add in bitreverse function call into svfixedload
2021-06-23 Luke Kenneth Casso... add RC and SVD/SVDS-Form to svfixedload
2021-06-23 Luke Kenneth Casso... add svfixedload.mdwn at correct place
2021-06-16 Luke Kenneth Casso... fnmadds and fnmsubs were inverted
2021-06-16 Luke Kenneth Casso... ad fnmadd and fnmsubs to ISA pseudocode
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
2021-05-18 Luke Kenneth Casso... finally fix bpermd pseudocode, index was being treated...
2021-05-17 Luke Kenneth Casso... remove MISSING (theyre not), fix a couple of errors...
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-15 Luke Kenneth Casso... FP mul test, correct pseudocode to use FRC
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-15 Luke Kenneth Casso... add fnabs unit test
2021-05-15 Luke Kenneth Casso... add fp mv test, correct pseudocode
2021-05-14 Luke Kenneth Casso... when setting x <- GPR(RA) make sure read_regs is added...
2021-05-14 Luke Kenneth Casso... add GPR-underscore read of regs
2021-05-14 Luke Kenneth Casso... add fpmove.mdwn from v3.0B p150 book I section 4.6.5
2021-05-14 Luke Kenneth Casso... add zero-variant (RA|0) in fpload pseudocode, cleaner...
2021-05-14 Luke Kenneth Casso... add fpstore.mdwn
2021-05-14 Luke Kenneth Casso... add fpload.mdwn for FP simulation
2021-04-23 Luke Kenneth Casso... use MASK32 function in fixedshift
2021-04-23 Luke Kenneth Casso... should not have been added
2021-04-23 Luke Kenneth Casso... add markdown files extracted manually from v3.0B spec