| 2021-07-11 | 
Luke Kenneth...  | update svremap instruction to correctly store immediate...  | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | whoops 0b00002 is not binary | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | add SVREMAP new Form / Fields and CSV entry | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | add SVREMAP SPR to ISACaller and parser | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | add SVREMAP SPR | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | add SVP64REMAP Record | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | rename SVP64REMAP to SVP64SHAPE | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | rename svremap to svshape | 
commit | commitdiff | tree | 
| 2021-07-11 | 
Luke Kenneth...  | rename svremap to svshape | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | add scalar ffadds unit test | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | whoops forgot elif in SVP64Asm translation, detection...  | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | in scalar case do not increment RB for FFT mode | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | add sv.ffadds unit test, inversion of subtract needed...  | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | more generic allow fft mode 2nd output detection. ...  | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | add ffadds decoding: | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | add more generic detection of FFT mode, really needs...  | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | add (disabled) FFT complex unit test under development | 
commit | commitdiff | tree | 
| 2021-07-10 | 
Luke Kenneth...  | corrections to remaining fft madd/msub | 
commit | commitdiff | tree | 
| 2021-07-09 | 
Luke Kenneth...  | update comments | 
commit | commitdiff | tree | 
| 2021-07-09 | 
Luke Kenneth...  | for scalar destination or scalar source on ffmadd,...  | 
commit | commitdiff | tree | 
| 2021-07-09 | 
Luke Kenneth...  | add svstep variant of fpmadds fft test | 
commit | commitdiff | tree | 
| 2021-07-09 | 
Luke Kenneth...  | add "odd" SVP64 unit tests which alter SVSTATE | 
commit | commitdiff | tree | 
| 2021-07-09 | 
Luke Kenneth...  | comments in unit test | 
commit | commitdiff | tree | 
| 2021-07-09 | 
Luke Kenneth...  | add Vertical-First explicit branch-loop using svstep...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | end SVP64 "Vertical First" mode on rollover when end...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | add CR0 setting and unit test on svstep | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | whoops asmcode length (number of instructions) went...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | test MSR.SVF bit set after setvl Vertical-First mode set | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | whoops must not reset last_op_svstate except when out...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | testing new setvl "svstep" mode | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | whoops sv.lfs registers must be even numbers (match...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | add ability to explicitly increment SVSTATE srcstep...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | add (new) extra argument to setvl (Vertical-First mode...  | 
commit | commitdiff | tree | 
| 2021-07-08 | 
Luke Kenneth...  | add in extra "vertical" mode into SVP64 setvl | 
commit | commitdiff | tree | 
| 2021-07-07 | 
Luke Kenneth...  | clean up imports and unit test name | 
commit | commitdiff | tree | 
| 2021-07-07 | 
Luke Kenneth...  | ffmuls test, had to add to b not a in expected results | 
commit | commitdiff | tree | 
| 2021-07-07 | 
Luke Kenneth...  | get butterfly RADIX2 SVP64 example working, breaks...  | 
commit | commitdiff | tree | 
| 2021-07-07 | 
Luke Kenneth...  | add in DFT test from Project Nayuki to verify results...  | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | change coefficients in FFT REMAP example so as not...  | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | when REMAP shape is zero, skip it in ISACaller. | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | on FRS for FFT with REMAP use scheduled offset | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | add FFT REMAP butterfly unit test | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | add FFT SHAPE pseudocode in svremap, and a schedule...  | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | add FFT butterfly iteration to SVSHAPE REMAP class...  | 
commit | commitdiff | tree | 
| 2021-07-06 | 
Luke Kenneth...  | when FFT madd detected, only enable VL offset in non...  | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add 2nd matrix multiply unit test with SV REMAP | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | fix ISACaller FFT-enable detection, fixes sv.fmadds...  | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | fix svremap field offsets | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | whoops, REMAP inverted | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | debug of SVP64 REMAP | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | debugging SVSHAPE for REMAP | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add in use of SVSHAPE in ISACaller. untested (no damage...  | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add redirection "steps" for REMAP purposes, to be set...  | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add last_op_svshape flag to ISACaller | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add svremap manual instruction (Primary Opcode 22,...  | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add SVSHAPE class, starting to add to ISACaller | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | add function to turn permute into an order list | 
commit | commitdiff | tree | 
| 2021-07-05 | 
Luke Kenneth...  | update SVREMAP to match spec | 
commit | commitdiff | tree | 
| 2021-07-02 | 
Luke Kenneth...  | add basic README for media tests | 
commit | commitdiff | tree | 
| 2021-07-01 | 
Luke Kenneth...  | add temporary SV pseudocode | 
commit | commitdiff | tree | 
| 2021-07-01 | 
Luke Kenneth...  | add TEMPORARY svremap form and instruction | 
commit | commitdiff | tree | 
| 2021-06-29 | 
Luke Kenneth...  | re-enable accidentally-disabled sv ld/st tests | 
commit | commitdiff | tree | 
| 2021-06-29 | 
Luke Kenneth...  | corrections to comments and map-reduce adds, wrong...  | 
commit | commitdiff | tree | 
| 2021-06-29 | 
Luke Kenneth...  | tab replacement | 
commit | commitdiff | tree | 
| 2021-06-28 | 
Luke Kenneth...  | add some notes into imdct_standalone.c | 
commit | commitdiff | tree | 
| 2021-06-28 | 
Luke Kenneth...  | morph imdct36 standalone c to look like it uses predication | 
commit | commitdiff | tree | 
| 2021-06-28 | 
Luke Kenneth...  | add copy of imdct36 standalone c test | 
commit | commitdiff | tree | 
| 2021-06-28 | 
Luke Kenneth...  | add extra offset for FRB, for FFT Cooley-Tukey twin...  | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | add new SVP64 FFT twin multiply-and-accumulate unit...  | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | add new (experimental) ffmadds and ffmsubs, for FFT...  | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | override logic for getting FRS in SVP64 FFT mode | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | add FRS decode (2nd output) for SVP64 FFT FP mul-add...  | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | change name to OP_FP_MADD to identify fmadd (etc) | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | comments on SVP64 LD/ST Mode detection | 
commit | commitdiff | tree | 
| 2021-06-27 | 
Luke Kenneth...  | add SVP64 FFT mode to PowerDecoder, add CSV entries | 
commit | commitdiff | tree | 
| 2021-06-26 | 
Luke Kenneth...  | add LD bit-reversed unit test | 
commit | commitdiff | tree | 
| 2021-06-26 | 
Luke Kenneth...  | comment out l*br pseudo-ops from power_enums.py | 
commit | commitdiff | tree | 
| 2021-06-26 | 
Luke Kenneth...  | use If Elif in power_decoder conditions, a lot easier...  | 
commit | commitdiff | tree | 
| 2021-06-26 | 
Luke Kenneth...  | rename bit-reversed LDs to match v3.0B (strip "br") | 
commit | commitdiff | tree | 
| 2021-06-26 | 
Luke Kenneth...  | move D const update to after picking up main input...  | 
commit | commitdiff | tree | 
| 2021-06-25 | 
Luke Kenneth...  | identify SVP64 LD bit-reverse pattern as pseudo-assembler | 
commit | commitdiff | tree | 
| 2021-06-25 | 
Luke Kenneth...  | only set conditions in PowerDecoder2 for svp64 mode | 
commit | commitdiff | tree | 
| 2021-06-25 | 
Luke Kenneth...  | update sv_analysis.py to match new CONDITIONs field...  | 
commit | commitdiff | tree | 
| 2021-06-25 | 
Luke Kenneth...  | rename svp64 bit-reversed LD instructions to not confli...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | whoops SVP64 bit-rev LDs need to use SVD and SVDS immed...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | allow default decoder to be created with no col/row...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | add in Power Decoder conditions to select SVP64 bit...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | add "conditions" for PowerDecoder, basic test | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | remove svp64 ld/st decoder tree | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | must pass in conditions into Sub-decoders | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | search for CSV "Conditions", set to static (disabled...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | add major.csv LD operations with SVP64BREV condition | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | add PowerDecoder condition switches (untested, doesnt...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | was going to set 2nd decoder up through MUX but now...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | add extra CONDITION column to CSVs | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | whoops fix rounding error in mapreduce unit test | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | only add svdecldst in PowerDecoder2 or LDST PowerDecode...  | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | use PowerOp copy of PowerDecodeSubset in get_op | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | add "user_svp64_ldst_dec" flag to PowerDecodeSubset | 
commit | commitdiff | tree | 
| 2021-06-24 | 
Luke Kenneth...  | use new PowerOp.like function in PowerDecoder, fix...  | 
commit | commitdiff | tree | 
| next |