insndb: make walk yield paths
[openpower-isa.git] / src /
2023-06-02 Jacob Lifshaytest fcvttgo. with traps enabled
2023-06-02 Jacob LifshayISACaller: generate FP trap
2023-06-02 Jacob Lifshaytest fcvttgo. with VE=1 too
2023-06-02 Jacob Lifshayadd support for adding extra uninit_regs from html...
2023-06-02 Luke Kenneth Casso... add getopt for test and help to inorder.py
2023-06-02 Luke Kenneth Casso... comment read_file explaining usage contract
2023-06-02 Luke Kenneth Casso... yet another namespace hack now that @inject is on
2023-06-02 Luke Kenneth Casso... make style of consts.py consistent with standard python
2023-06-02 Luke Kenneth Casso... make style of pysvp64dis.py consistent with standard...
2023-06-02 Luke Kenneth Casso... make style of power_fields.py consistent with standard...
2023-06-02 Luke Kenneth Casso... eurrrgh, hack in a namespace dict now that @inject...
2023-06-02 Luke Kenneth Casso... add /pi to LD/ST, temporarily. lose dz/sz replace with...
2023-06-02 Luke Kenneth Casso... big set of updates to LD/ST in line with new spec changes
2023-06-02 Luke Kenneth Casso... hack-add @inject() into pyfnwriter, also take the
2023-06-02 Luke Kenneth Casso... explicitly update FPSCR from list of return results
2023-06-02 Luke Kenneth Casso... whitespace - bug in autopep8 which is dreadful
2023-06-02 Luke Kenneth Casso... code-comment spelling
2023-06-02 Luke Kenneth Casso... FPSCR should never have been added to "bypass" the...
2023-06-02 Jacob Lifshaymust test fcvtfgs not fcvtfg for f32 test case
2023-06-02 Jacob Lifshayformat code
2023-06-02 Jacob Lifshayfix fptrans unit tests' CR1 expected values since we...
2023-06-02 Jacob Lifshayadd WIP fcvtfg unit tests
2023-06-02 Jacob Lifshaycompute CR1 for non-compare fp Rc=1 instructions
2023-06-02 Jacob Lifshaysupport binary literals with embedded _ (e.g. 0b10_01)
2023-06-02 Jacob Lifshayfix fcvttg FPSCR.FR computation
2023-06-02 Jacob Lifshayonly retrieve stack frames we need -- ~2x speed up...
2023-06-02 Jacob Lifshayparallelize fmv/fcvt unit tests
2023-06-02 Jacob Lifshaytest fcvttgo. instead of fcvttg
2023-06-02 Jacob Lifshayfix CR0 output for fmvtg*/fcvttg*
2023-06-02 Jacob Lifshayadd fmv*/fcvt* to sv_analysis.py
2023-06-02 Luke Kenneth Casso... small whitespace cleanup
2023-06-02 Luke Kenneth Casso... update the tables in power_svp64_rm.py
2023-06-02 Luke Kenneth Casso... sorted SVP64RMModeDecode to properly match the new...
2023-06-02 Jacob Lifshaytest all fp -> int conversion modes
2023-06-02 Jacob Lifshayadd support for setting initial FPSCR in unit tests
2023-06-02 Jacob Lifshayadd fp value to BFPState.__repr__
2023-06-02 Jacob Lifshayrename js_toint -> toint in preparation for adding...
2023-06-02 Jacob Lifshayexpand fcvttg js tests to also test conversion to u32...
2023-06-02 Jacob Lifshayrename js_toint32 -> js_toint in preparation for adding...
2023-06-02 Luke Kenneth Casso... mention it is ok to duplicate code in inorder.py
2023-06-02 Luke Kenneth Casso... add some copyright notices and development guidelines...
2023-06-02 Jacob Lifshayfcvttg*: test FPSCR output
2023-06-02 Jacob Lifshaymake mis-matched FPSCR errors much easier to read
2023-06-02 Jacob Lifshayfpscr: rename computed bits -> summary bits since that...
2023-06-02 Jacob Lifshayauto-compute FPSCR exception summary bits
2023-06-02 Luke Kenneth Casso... replace self.insnlog.append with self.trace function
2023-06-02 Luke Kenneth Casso... whoops no self.record, must be record argument
2023-06-02 Luke Kenneth Casso... add hazard profiles, add read_file function for tracelog
2023-06-02 Luke Kenneth Casso... skip reading ewsrc when SVMode is CROP
2023-06-02 Luke Kenneth Casso... add "WRONG" sv.cmp in test_pysvp64dis.py
2023-06-02 Luke Kenneth Casso... fix sv_analysis ldux, missing s/d:RA
2023-06-02 Luke Kenneth Casso... sort out sv.cmp zz (and correct unit tests)
2023-06-02 Luke Kenneth Casso... CROpFF3RM and CROpFF5RM were swapped round.
2023-06-02 Luke Kenneth Casso... found the location to cut/paste the disassembly extra...
2023-06-02 Luke Kenneth Casso... RC1 does not exist in CROps, the selection of behaviour...
2023-06-02 Luke Kenneth Casso... fix empty slot in EXTRA
2023-06-02 Luke Kenneth Casso... extraneous space
2023-06-02 Luke Kenneth Casso... remove extraneous space
2023-06-02 Luke Kenneth Casso... ld/st mismatch in power_insn.py and sv_analysis.py
2023-06-02 Luke Kenneth Casso... add sv.ffmadds test to test_pysvp64dis.py
2023-06-02 Luke Kenneth Casso... in DCT/FFT 3-in 2-out set had to make RT same source...
2023-06-02 Luke Kenneth Casso... move RG bit in CRops to Mode[2] from Mode[3] MSB0-numbering
2023-06-02 Luke Kenneth Casso... got linked-list-pointer-chasing working
2023-06-02 Luke Kenneth Casso... bug in power_insn.py where record.svp64 is None (??)
2023-06-02 Luke Kenneth Casso... have to now add LD/ST-update instructions to list of...
2023-06-02 Luke Kenneth Casso... prevent duplicate EXTRA2/3 in power_insndb when assembl...
2023-06-02 Dmitry Selyutinpower_insn: filter out empty pcode lines
2023-06-02 Dmitry Selyutinpower_insn: fix verbose assembly extra info
2023-06-02 Luke Kenneth Casso... attempting to get LD/ST-Update SVP64 EXTRA3 working...
2023-06-02 Luke Kenneth Casso... classify LD/ST-Immediate-Update as EXTRA3.
2023-06-02 Luke Kenneth Casso... whitespace cleanup and remove as many PHP-style-formatt...
2023-06-02 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-06-02 Jacob Lifshayignore FPSCR in fcvt js test
2023-06-02 Jacob Lifshayallow ignoring FPSCR in tests
2023-06-02 Jacob Lifshaypow should not become self.pow
2023-06-02 Luke Kenneth Casso... check expected CR fields in Data-Dependent Fail-First
2023-06-02 Jacob Lifshaymake truediv available to pseudocode
2023-06-02 Jacob Lifshayadd bfp classification predicates
2023-06-02 Jacob Lifshayallow assigning BFPState and SelectableMSB0Fraction...
2023-06-02 Jacob Lifshayadd support for *_flag global variables needed by bfp_...
2023-06-02 Jacob Lifshaymake lexer replace class with class_ since it's a pytho...
2023-06-02 Jacob Lifshayfix SelectableMSB0Fraction's constructor
2023-06-02 Jacob Lifshayfix broken FPSCR fields
2023-06-02 Jacob LifshayRevert "add stub reset_xflags function"
2023-06-02 Luke Kenneth Casso... corrections to dd-ffirst tests when VLi=0, the write...
2023-06-02 Jacob LifshaySelectableMSB0Fraction is now basically complete and...
2023-06-02 Luke Kenneth Casso... add very very very basic write-out of instruction log
2023-06-02 Jacob Lifshaychange FPSCR to a required parameter of ISACallerHelper
2023-06-02 Jacob LifshayRevert "remove now-unnecessary SO global, since XER...
2023-06-02 Jacob Lifshayswitch to using self.FPSCR
2023-06-02 Jacob Lifshayswitch to using FPSCRState for double2single.mdwn
2023-06-02 Jacob Lifshayadd self.FPSCR
2023-06-02 Jacob Lifshayremove now-unnecessary SO global, since XER[SO] syntax...
2023-06-02 Jacob Lifshaysupport FPSCR[RN] syntax that translates to FPSCR.RN
2023-06-02 Jacob Lifshayadd support for accessing XER using XER.SO syntax ...
2023-06-02 Jacob LifshaySetFX is not a normal function -- it can assign to...
2023-06-02 Jacob Lifshayadd parser support for attributes like FPSCR.RN
2023-06-02 Jacob Lifshaymove apply_trailer into parser class
2023-06-02 Jacob Lifshaybypass ply's eating SyntaxErrors
2023-06-02 Jacob LifshayFPSCR.FPRF can be assigned strings
next