Revert "skip broken test"
[openpower-isa.git] / src / openpower / decoder / pseudo / pywriter.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-10-01 Luke Kenneth Casso... Revert "add support for pseudocode being a [[!inline...
2023-08-01 Jacob Lifshayadd support for pseudocode being a [[!inline]] directive
2023-07-31 Jacob Lifshayput reason for checking for old files in error msg
2023-07-31 Jacob Lifshaymove generated files to .../decoder/isa/generated
2023-05-24 Jacob Lifshayadd support for adding extra uninit_regs from html...
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-09 Luke Kenneth Casso... separate ISAPages out from inherited ISA Class
2023-05-05 Jacob Lifshayadd check that generated .py files are in .gitignore
2023-05-04 Jacob Lifshayshow actual mdwn source location in backtrace when...
2023-04-25 Jacob Lifshayfix bug where pseudo-code assignments modify more than...
2021-09-30 Luke Kenneth Casso... whoops, use cache of pseudocode rather than attempt...
2021-09-30 Luke Kenneth Casso... reduce PyFnWriter compile time (pywriter) by 75%
2021-09-28 Luke Kenneth Casso... add ISACallerFnHelper, remove FPADD32 and other FP...
2021-09-28 Dmitry Selyutinpywriter, pyfnwriter, parser: activate helper class
2021-09-25 Dmitry Selyutinpywriter: redirect helpers into self
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-08-14 Luke Kenneth Casso... end loop condition in svp64 bc pseudo-code
2021-08-14 Luke Kenneth Casso... messy resolution of sv.bc testing, early-out detection.
2021-08-10 Dmitry Selyutinpywriter: move BCD/DPD routines to header
2021-07-31 Dmitry Selyutinpywriter: BCD helpers
2021-07-31 Luke Kenneth Casso... replace DOUBLE function from helpers.py with pseudocode...
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-23 Luke Kenneth Casso... add SHL64 helper function
2021-06-23 Luke Kenneth Casso... add bitrev to pywriter autogenerator
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-14 Luke Kenneth Casso... add import of DOUBLE/SINGLE to pywriter
2021-04-23 Luke Kenneth Casso... add a MASK32 function which offsets by 32 on the inputs
2021-04-23 Luke Kenneth Casso... sort out imports created by pywriter
2021-04-23 Luke Kenneth Casso... sort out imports created by pywriter
2021-04-23 Luke Kenneth Casso... sorting out wiki directories
2021-04-23 Luke Kenneth Casso... add pseudo and isa