openpower-isa.git
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...
2021-07-06 Luke Kenneth... when FFT madd detected, only enable VL offset in non...
2021-07-05 Luke Kenneth... add 2nd matrix multiply unit test with SV REMAP
2021-07-05 Luke Kenneth... fix ISACaller FFT-enable detection, fixes sv.fmadds...
2021-07-05 Luke Kenneth... fix svremap field offsets
2021-07-05 Luke Kenneth... whoops, REMAP inverted
2021-07-05 Luke Kenneth... debug of SVP64 REMAP
2021-07-05 Luke Kenneth... debugging SVSHAPE for REMAP
2021-07-05 Luke Kenneth... add in use of SVSHAPE in ISACaller. untested (no damage...
2021-07-05 Luke Kenneth... add redirection "steps" for REMAP purposes, to be set...
2021-07-05 Luke Kenneth... add last_op_svshape flag to ISACaller
2021-07-05 Luke Kenneth... add svremap manual instruction (Primary Opcode 22,...
2021-07-05 Luke Kenneth... add SVSHAPE class, starting to add to ISACaller
2021-07-05 Luke Kenneth... add function to turn permute into an order list
2021-07-05 Luke Kenneth... update SVREMAP to match spec
2021-07-02 Luke Kenneth... add basic README for media tests
2021-07-01 Luke Kenneth... add temporary SV pseudocode
2021-07-01 Luke Kenneth... add TEMPORARY svremap form and instruction
2021-06-29 Luke Kenneth... re-enable accidentally-disabled sv ld/st tests
2021-06-29 Luke Kenneth... corrections to comments and map-reduce adds, wrong...
2021-06-29 Luke Kenneth... tab replacement
2021-06-28 Luke Kenneth... add some notes into imdct_standalone.c
2021-06-28 Luke Kenneth... morph imdct36 standalone c to look like it uses predication
2021-06-28 Luke Kenneth... add copy of imdct36 standalone c test
2021-06-28 Luke Kenneth... add extra offset for FRB, for FFT Cooley-Tukey twin...
2021-06-27 Luke Kenneth... add new SVP64 FFT twin multiply-and-accumulate unit...
2021-06-27 Luke Kenneth... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-27 Luke Kenneth... override logic for getting FRS in SVP64 FFT mode
2021-06-27 Luke Kenneth... add FRS decode (2nd output) for SVP64 FFT FP mul-add...
2021-06-27 Luke Kenneth... change name to OP_FP_MADD to identify fmadd (etc)
2021-06-27 Luke Kenneth... comments on SVP64 LD/ST Mode detection
2021-06-27 Luke Kenneth... add SVP64 FFT mode to PowerDecoder, add CSV entries
2021-06-26 Luke Kenneth... add LD bit-reversed unit test
2021-06-26 Luke Kenneth... comment out l*br pseudo-ops from power_enums.py
2021-06-26 Luke Kenneth... use If Elif in power_decoder conditions, a lot easier...
2021-06-26 Luke Kenneth... rename bit-reversed LDs to match v3.0B (strip "br")
2021-06-26 Luke Kenneth... move D const update to after picking up main input...
2021-06-25 Luke Kenneth... identify SVP64 LD bit-reverse pattern as pseudo-assembler
2021-06-25 Luke Kenneth... only set conditions in PowerDecoder2 for svp64 mode
2021-06-25 Luke Kenneth... update sv_analysis.py to match new CONDITIONs field...
2021-06-25 Luke Kenneth... rename svp64 bit-reversed LD instructions to not confli...
2021-06-24 Luke Kenneth... whoops SVP64 bit-rev LDs need to use SVD and SVDS immed...
2021-06-24 Luke Kenneth... allow default decoder to be created with no col/row...
2021-06-24 Luke Kenneth... add in Power Decoder conditions to select SVP64 bit...
2021-06-24 Luke Kenneth... add "conditions" for PowerDecoder, basic test
2021-06-24 Luke Kenneth... remove svp64 ld/st decoder tree
2021-06-24 Luke Kenneth... must pass in conditions into Sub-decoders
2021-06-24 Luke Kenneth... search for CSV "Conditions", set to static (disabled...
2021-06-24 Luke Kenneth... add major.csv LD operations with SVP64BREV condition
2021-06-24 Luke Kenneth... add PowerDecoder condition switches (untested, doesnt...
2021-06-24 Luke Kenneth... was going to set 2nd decoder up through MUX but now...
2021-06-24 Luke Kenneth... add extra CONDITION column to CSVs
2021-06-24 Luke Kenneth... whoops fix rounding error in mapreduce unit test
2021-06-24 Luke Kenneth... only add svdecldst in PowerDecoder2 or LDST PowerDecode...
2021-06-24 Luke Kenneth... use PowerOp copy of PowerDecodeSubset in get_op
2021-06-24 Luke Kenneth... add "user_svp64_ldst_dec" flag to PowerDecodeSubset
2021-06-24 Luke Kenneth... use new PowerOp.like function in PowerDecoder, fix...
2021-06-24 Luke Kenneth... use get_op on "internal_op" instead of self.dec.op...
2021-06-24 Luke Kenneth... do shorter-path detection of SVP64 LD/ST bitreverse...
2021-06-24 Luke Kenneth... tidy up PowerOp and rename svp64 ldst decoder creater
2021-06-24 Luke Kenneth... add comment about perfcounters
2021-06-23 Luke Kenneth... get op always using function PowerDecoder.op_get
2021-06-23 Luke Kenneth... add PowerOp.like function to be able to duplicate a...
2021-06-23 Luke Kenneth... add SVP64 alternative LDST decoder (unused so far)
2021-06-23 Luke Kenneth... only add SVP64 bitreverse mode for LDs at the moment...
2021-06-23 Luke Kenneth... add SVP64 LD/ST "bitrev" alternative CSV
2021-06-23 Luke Kenneth... add sv bitrev "major" CSV table
2021-06-23 Luke Kenneth... add start of bit-reverse mode for LD/ST to SVP64 encode...
2021-06-23 Luke Kenneth... looks like spec error on maddhd etc. should be a comma...
next