add hybrid LD-ST-bitreverse with REMAP as an experiment
[openpower-isa.git] / openpower /
2021-07-20 Luke Kenneth Casso... realised that SVSHAPE0-3 is not privileged
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... whoops 0b00002 is not binary
2021-07-11 Luke Kenneth Casso... add SVREMAP new Form / Fields and CSV entry
2021-07-11 Luke Kenneth Casso... add SVREMAP SPR
2021-07-11 Luke Kenneth Casso... rename svremap to svshape
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... add ffadds decoding:
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 REMAP butterfly unit test
2021-07-06 Luke Kenneth Casso... add FFT SHAPE pseudocode in svremap, and a schedule...
2021-07-05 Luke Kenneth Casso... fix svremap field offsets
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-07-01 Luke Kenneth Casso... add TEMPORARY svremap form and instruction
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-27 Luke Kenneth Casso... change name to OP_FP_MADD to identify fmadd (etc)
2021-06-27 Luke Kenneth Casso... add SVP64 FFT mode to PowerDecoder, add CSV entries
2021-06-26 Luke Kenneth Casso... use If Elif in power_decoder conditions, a lot easier...
2021-06-26 Luke Kenneth Casso... rename bit-reversed LDs to match v3.0B (strip "br")
2021-06-25 Luke Kenneth Casso... identify SVP64 LD bit-reverse pattern as pseudo-assembler
2021-06-25 Luke Kenneth Casso... update sv_analysis.py to match new CONDITIONs field...
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-24 Luke Kenneth Casso... add major.csv LD operations with SVP64BREV condition
2021-06-24 Luke Kenneth Casso... add extra CONDITION column to CSVs
2021-06-23 Luke Kenneth Casso... only add SVP64 bitreverse mode for LDs at the moment...
2021-06-23 Luke Kenneth Casso... add SVP64 LD/ST "bitrev" alternative CSV
2021-06-23 Luke Kenneth Casso... add sv bitrev "major" CSV table
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-23 Luke Kenneth Casso... add SVD-Form and SVDS-Form, variants of fixedload for...
2021-06-18 Luke Kenneth Casso... add SV Context SPRs (SVCTX0-7)
2021-06-18 Luke Kenneth Casso... add SVR-Form and associated fields
2021-06-18 Luke Kenneth Casso... add four SVSHAPE SPRs for REMAP
2021-06-17 Luke Kenneth Casso... add SV "Context Propagation" Form
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... fix sv_analysis.py for 3R-1W-CRo case, add fmadds/fmsub...
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
2021-06-08 Luke Kenneth Casso... whoops, carry-over during rounding picks MSB not LSB
2021-06-08 Luke Kenneth Casso... whoops copy sign over on zero
2021-06-08 Luke Kenneth Casso... exponent bitwidth in DOUBLE2SINGLE needs to be 11 bits...
2021-06-08 Luke Kenneth Casso... use new auto-generated DOUBLE2SINGLE from isafunctions...
2021-06-07 Luke Kenneth Casso... whoops fraction in fpfromint off-by-one
2021-05-19 Luke Kenneth Casso... resolve merge conflicts, effectively reverting "verbose...
2021-05-19 Luke Kenneth Casso... corrections to stf/lf RA_OR_ZERO not in all cases
2021-05-18 Luke Kenneth Casso... fix SVP64 EXTRA2/3 decode for IEEE754 FP LD/ST operations
2021-05-18 Luke Kenneth Casso... add beginning support for SVP64 IEEE754 FP
2021-05-18 Luke Kenneth Casso... finally fix bpermd pseudocode, index was being treated...
2021-05-17 Luke Kenneth Casso... grr syntax incorrect, use <- operator not =
2021-05-17 Luke Kenneth Casso... mark RN as TODO
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-16 Luke Kenneth Casso... create compiler for general pseudo-code functions in...
2021-05-16 Luke Kenneth Casso... comments in fp convert, fix carry out, comment out...
2021-05-15 Luke Kenneth Casso... spelling
2021-05-15 Luke Kenneth Casso... move round_float to separate file
2021-05-15 Luke Kenneth Casso... add fpfromint.mdwn new file, to be used for FP conversion
2021-05-15 Luke Kenneth Casso... FP mul test, correct pseudocode to use FRC
2021-05-15 Luke Kenneth Casso... add minor_59.csv file, corrected, and power enums
2021-05-15 Luke Kenneth Casso... issue with sub-decoders
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-15 Luke Kenneth Casso... add X-Form and A-Form to minor_63l and minor_63h csv...
2021-05-15 Luke Kenneth Casso... whoops need to reverse bits in minor_63l.csv to match...
2021-05-15 Luke Kenneth Casso... FP 63L/H ops need to add in extra 0/1 minor_63l.csv...
2021-05-15 Luke Kenneth Casso... add FP LD/ST D-Form operations to major.csv
2021-05-15 Luke Kenneth Casso... add load/store FP indexed instructions to minor_31.csv
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 FRA ISACaller name decoding
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... sort out sv_analysys.py moving to openpower-isa
2021-04-23 Luke Kenneth Casso... should not have been added
next