sv.bc test jumping to wrong location (offset 0xc not 0x8)
[openpower-isa.git] / src / openpower / decoder / pseudo /
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... remove hand-created DOUBLE function, now it is replaced...
2021-07-31 Luke Kenneth Casso... replace DOUBLE function from helpers.py with pseudocode...
2021-07-31 Luke Kenneth Casso... whoops, no ability to add comments in between functions...
2021-07-19 Luke Kenneth Casso... bit of a reorg, adding option to test end of inner...
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
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-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-06-08 Luke Kenneth Casso... add detection of function parameters in parser
2021-06-08 Luke Kenneth Casso... add support in pyparser for negative numbers
2021-05-20 Luke Kenneth Casso... only place underscore in front of index if it is a...
2021-05-19 Lauri KasanenStop spamming the world whenever PowerDecoder is fired up
2021-05-18 Luke Kenneth Casso... add os.makedirs on pyfnwriter output path
2021-05-18 Luke Kenneth Casso... add python function writer, takes Appendix v3.0B pseudo...
2021-05-17 Luke Kenneth Casso... must not add to read regs unless in the authorised...
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... add function reader for appendix and other v3.0B pseudocode
2021-05-15 Luke Kenneth Casso... when calling multi-arg function with regs, add to read...
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
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-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... resolving imports changing over
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... resolve new path for openpower/isa markdown
2021-04-23 Luke Kenneth Casso... add .gitignores
2021-04-23 Luke Kenneth Casso... add pseudo and isa