move FPDIV, FPMUL (etc) to ISAFPHelpers class
[openpower-isa.git] / src / openpower / decoder / pseudo / parser.py
2021-09-28 Luke Kenneth Casso... move FPDIV, FPMUL (etc) to ISAFPHelpers class
2021-09-28 Dmitry Selyutinpywriter, pyfnwriter, parser: activate helper class
2021-09-28 Dmitry Selyutindecoder/parser: generate methods, not functions
2021-09-28 Dmitry Selyutinfixup! decoder/parser: pass helper argument
2021-09-28 Dmitry Selyutindecoder/parser: pass helper argument
2021-09-25 Dmitry Selyutinpywriter: redirect helpers into self
2021-08-30 Luke Kenneth Casso... quite a big intrusive change in auto-assignment
2021-08-30 Luke Kenneth Casso... also add pattern-recognition for just
2021-08-30 Luke Kenneth Casso... fix pattern-match for an expression such as "XLEN-16...
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-08-22 Dmitry Selyutinparser: support unary minus properly
2021-07-19 Luke Kenneth Casso... bit of a reorg, adding option to test end of inner...
2021-07-11 Luke Kenneth Casso... add SVREMAP SPR to ISACaller and parser
2021-07-08 Luke Kenneth Casso... add ability to explicitly increment SVSTATE srcstep...
2021-07-05 Luke Kenneth Casso... add svremap manual instruction (Primary Opcode 22,...
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-08 Luke Kenneth Casso... add detection of function parameters in parser
2021-05-20 Luke Kenneth Casso... only place underscore in front of index if it is a...
2021-05-17 Luke Kenneth Casso... must not add to read regs unless in the authorised...
2021-05-16 Luke Kenneth Casso... create compiler for general pseudo-code functions in...
2021-05-15 Luke Kenneth Casso... when calling multi-arg function with regs, add to read...
2021-05-15 Luke Kenneth Casso... missed an assignment-copy for simple expressions
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 in FPR.getz and support for FPR(x) in ISA parser
2021-05-14 Luke Kenneth Casso... add FRA-FRT fp reg names to ISACaller parser
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add pseudo and isa