Revert "skip broken test"
[openpower-isa.git] / src / openpower / decoder / helpers.py
2023-10-24 Jacob LifshayRevert "Revert "fix bug where pseudo-code assignments...
2023-10-18 Luke Kenneth Casso... Revert "fix bug where pseudo-code assignments modify...
2023-05-13 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-05-12 Jacob Lifshaymake truediv available to pseudocode
2023-05-12 Jacob Lifshayadd bfp classification predicates
2023-05-12 Jacob Lifshayallow assigning BFPState and SelectableMSB0Fraction...
2023-05-12 Jacob LifshayRevert "add stub reset_xflags function"
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-10 Luke Kenneth Casso... extend previous hard-coded magic constant (256) used...
2023-05-10 Jacob Lifshaychange FPSCR to a required parameter of ISACallerHelper support-fields
2023-05-10 Jacob Lifshayswitch to using self.FPSCR
2023-05-10 Jacob Lifshayswitch to using FPSCRState for double2single.mdwn
2023-05-10 Jacob Lifshayadd self.FPSCR
2023-05-09 Jacob Lifshayfix some broken FieldSelectableInt handling
2023-05-07 Luke Kenneth Casso... add stub reset_xflags function
2023-04-25 Jacob Lifshayfix bug where pseudo-code assignments modify more than...
2023-04-21 Jacob Lifshayrename/convert/merge XLCASTU/XLCASTS to EXTZXL/EXTSXL change-xlenification-bug-1064
2023-04-21 Jacob Lifshayadd EXTZ since it's in PowerISA v3.1B (see lbz for...
2023-04-20 Jacob Lifshayfix EXTSXL/XLCASTU/XLCASTS when inputs are python ints
2022-10-28 Luke Kenneth Casso... endeavouring to implement shift-carry-dsld
2022-10-21 Luke Kenneth Casso... move HASK, ROTL32, ROTL64, MASK32, into helper class
2022-09-28 Luke Kenneth Casso... add limit argument to MASK() helper
2022-09-12 Jacob Lifshayadd fptrans helpers, switching existing uses to new...
2022-07-28 Jacob LifshayDOUBLE2SINGLE: convert doc comments to docstring
2022-07-28 Jacob Lifshayre-convert frsp pseudocode
2022-01-18 Jacob Lifshayadd log2 pseudo-code helper
2022-01-18 Jacob Lifshayformat code
2021-10-13 Dmitry Selyutindecoder/helpers: introduce EXTSXL helper
2021-10-13 Dmitry Selyutindecoder/helpers: simplify XLCASTU
2021-09-29 Dmitry Selyutindecoder/helpers: use globals() with exception
2021-09-29 Dmitry Selyutindecoder/helpers: support XLCASTS
2021-09-29 Dmitry Selyutindecoder/helpers: support XLCASTU
2021-09-28 Luke Kenneth Casso... move FPDIV, FPMUL (etc) to ISAFPHelpers class
2021-09-28 Luke Kenneth Casso... remove type information
2021-09-25 Dmitry Selyutindecoder/helpers.py: redirect helper class calls
2021-09-25 Dmitry Selyutindecoder/helpers.py: ISACallerHelper stub class
2021-08-30 Luke Kenneth Casso... fix RANGE function, reverse direction needed
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-07-31 Luke Kenneth Casso... remove hand-created DOUBLE function, now it is replaced...
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
2021-07-12 Luke Kenneth Casso... add a Discrete FFT butterfly unit test as an intermedia...
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-26 Luke Kenneth Casso... add LD bit-reversed unit test
2021-06-23 Luke Kenneth Casso... add VL and srcstep to ISACaller namespace
2021-06-23 Luke Kenneth Casso... add SHL64 helper function
2021-06-23 Luke Kenneth Casso... add bitrev to pywriter autogenerator
2021-06-23 Luke Kenneth Casso... add bitrev function to be used in LD-ST-bitrev FFT/DCT
2021-06-23 Luke Kenneth Casso... better ways to do sign-inversion (without multiply...
2021-06-23 Luke Kenneth Casso... add sign-inversion argument to FPMUL/DIV helpers
2021-06-16 Luke Kenneth Casso... sorted out order of FPMULADD32 helper, only have roundi...
2021-06-16 Luke Kenneth Casso... fix fmadds/fmsubs FPMULADD32 helper
2021-06-16 Luke Kenneth Casso... reorder arguments to FPMULADD32 to match pseudocode
2021-06-16 Luke Kenneth Casso... ad fnmadd and fnmsubs to ISA pseudocode
2021-06-15 Luke Kenneth Casso... whoops forgot import
2021-06-15 Luke Kenneth Casso... whoops still using DOUBLE(SINGLE(x)) rather than DOUBLE...
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
2021-06-14 Luke Kenneth Casso... sigh bug in setvl, temporarily setting to 7 not 8
2021-06-08 Luke Kenneth Casso... use new auto-generated DOUBLE2SINGLE from isafunctions...
2021-06-02 Luke Kenneth Casso... found FP single-conversion error, from the pseudocode...
2021-06-02 Luke Kenneth Casso... appears that the FP operation takes place at full 64...
2021-06-01 Luke Kenneth Casso... sorting out qemu co-simulation to read/write FP regs
2021-05-25 Lauri KasanenSwitch to log in decoder/helpers
2021-05-15 Luke Kenneth Casso... return result in FPXXX64 functions (whoops)
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-15 Luke Kenneth Casso... add new fp load / store with update unit test
2021-05-14 Luke Kenneth Casso... add FP load test lfsx
2021-05-14 Luke Kenneth Casso... clarify, comments
2021-05-14 Luke Kenneth Casso... add FPADD, FPSUB, FPMUL, FPDIV quick hacked functions
2021-05-14 Luke Kenneth Casso... add SINGLE function to helpers, for FP Store
2021-05-14 Luke Kenneth Casso... add first pass at DOUBLE helper function for FP ISACall...
2021-04-23 Luke Kenneth Casso... add a MASK32 function which offsets by 32 on the inputs
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add first openpower decoder files, copied from soc...