openpower-isa.git
2023-05-16 Jacob Lifshayfcvttg*: test FPSCR output
2023-05-16 Jacob Lifshayfix fcvttg* overflow/FPSCR computation
2023-05-16 Jacob Lifshayfix mis-computed exponent in bfp_CONVERT_FROM_BFP64
2023-05-16 Jacob Lifshaymake mis-matched FPSCR errors much easier to read
2023-05-16 Jacob Lifshayfpscr: rename computed bits -> summary bits since that...
2023-05-16 Jacob Lifshayauto-compute FPSCR exception summary bits
2023-05-16 Luke Kenneth... replace self.insnlog.append with self.trace function
2023-05-16 Luke Kenneth... whoops no self.record, must be record argument
2023-05-16 Luke Kenneth... add hazard profiles, add read_file function for tracelog
2023-05-15 Luke Kenneth... skip reading ewsrc when SVMode is CROP
2023-05-15 Luke Kenneth... add "WRONG" sv.cmp in test_pysvp64dis.py
2023-05-15 Luke Kenneth... fix sv_analysis ldux, missing s/d:RA
2023-05-15 Luke Kenneth... sort out sv.cmp zz (and correct unit tests)
2023-05-15 Luke Kenneth... CROpFF3RM and CROpFF5RM were swapped round.
2023-05-15 Luke Kenneth... found the location to cut/paste the disassembly extra...
2023-05-15 Luke Kenneth... RC1 does not exist in CROps, the selection of behaviour...
2023-05-15 Luke Kenneth... fix empty slot in EXTRA
2023-05-15 Luke Kenneth... extraneous space
2023-05-15 Luke Kenneth... remove extraneous space
2023-05-15 Luke Kenneth... some empty slots now in RM and also source=dest in...
2023-05-15 Luke Kenneth... ld/st mismatch in power_insn.py and sv_analysis.py
2023-05-15 Luke Kenneth... add sv.ffmadds test to test_pysvp64dis.py
2023-05-15 Luke Kenneth... in DCT/FFT 3-in 2-out set had to make RT same source...
2023-05-15 Luke Kenneth... move RG bit in CRops to Mode[2] from Mode[3] MSB0-numbering
2023-05-15 Luke Kenneth... got linked-list-pointer-chasing working
2023-05-15 Luke Kenneth... bug in power_insn.py where record.svp64 is None (??)
2023-05-15 Luke Kenneth... have to now add LD/ST-update instructions to list of...
2023-05-15 Luke Kenneth... prevent duplicate EXTRA2/3 in power_insndb when assembl...
2023-05-14 Dmitry Selyutinpower_insn: filter out empty pcode lines
2023-05-14 Dmitry Selyutinpower_insn: fix verbose assembly extra info
2023-05-14 Luke Kenneth... attempting to get LD/ST-Update SVP64 EXTRA3 working...
2023-05-14 Luke Kenneth... classify LD/ST-Immediate-Update as EXTRA3.
2023-05-14 Luke Kenneth... whitespace cleanup and remove as many PHP-style-formatt...
2023-05-13 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-05-13 Jacob Lifshayfix `even` polarity in bfp_ROUND_TO_INTEGER
2023-05-13 Jacob Lifshayignore FPSCR in fcvt js test
2023-05-13 Jacob Lifshayallow ignoring FPSCR in tests
2023-05-13 Jacob Lifshaypow should not become self.pow
2023-05-13 Jacob Lifshayfix bugs in fcvt* pseudocode
2023-05-12 Luke Kenneth... check expected CR fields in Data-Dependent Fail-First
2023-05-12 Jacob Lifshayadd some bfp_* functions -- this isn't yet enough to...
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 Lifshayadd support for *_flag global variables needed by bfp_...
2023-05-12 Jacob Lifshaymake lexer replace class with class_ since it's a pytho...
2023-05-12 Jacob Lifshayfix SelectableMSB0Fraction's constructor
2023-05-12 Jacob Lifshayundefined is a function that needs to be called
2023-05-12 Jacob Lifshayfix broken FPSCR fields
2023-05-12 Jacob LifshayRevert "add stub reset_xflags function"
2023-05-11 Luke Kenneth... corrections to dd-ffirst tests when VLi=0, the write...
2023-05-11 Jacob LifshaySelectableMSB0Fraction is now basically complete and...
2023-05-10 Luke Kenneth... add very very very basic write-out of instruction log
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-10 Luke Kenneth... add ld/st data-dependent fail-first /vli (inclusive)
2023-05-10 Luke Kenneth... fix data-dependent fail-first on load
2023-05-10 Dmitry Selyutinpower_insn: remove redundant logs
2023-05-10 Dmitry Selyutincyclemodel/inorder: hide set inheritance
2023-05-10 Dmitry Selyutincyclemodel/inorder: fix coding style
2023-05-10 Luke Kenneth... extend previous hard-coded magic constant (256) used...
2023-05-10 Jacob Lifshayadd WIP fp_working_format.py
2023-05-10 Jacob Lifshaychange FPSCR to a required parameter of ISACallerHelper support-fields
2023-05-10 Jacob LifshayRevert "remove now-unnecessary SO global, since XER...
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-10 Jacob Lifshayremove now-unnecessary SO global, since XER[SO] syntax...
2023-05-10 Jacob Lifshaysupport FPSCR[RN] syntax that translates to FPSCR.RN
2023-05-10 Jacob Lifshayadd support for accessing XER using XER.SO syntax ...
2023-05-09 Luke Kenneth... separate ISAPages out from inherited ISA Class
2023-05-09 Jacob LifshaySetFX is not a normal function -- it can assign to...
2023-05-09 Jacob Lifshayswitch fpcvt over to using FPSCR attributes
2023-05-09 Jacob Lifshayadd parser support for attributes like FPSCR.RN
2023-05-09 Jacob Lifshaymove apply_trailer into parser class
2023-05-09 Jacob Lifshaybypass ply's eating SyntaxErrors
2023-05-09 Jacob LifshayFPSCR.FPRF can be assigned strings
2023-05-09 Jacob Lifshayadd XERState since XER has fields too
2023-05-09 Jacob Lifshayfix some broken FieldSelectableInt handling
2023-05-07 Luke Kenneth... comment TODO on Load-Fault in strncpy example
2023-05-07 Luke Kenneth... add stub reset_xflags function
2023-05-07 Dmitry Selyutinminor_19.csv: convert RA to RA0 for minmax
2023-05-06 Luke Kenneth... add FPSCR to Test API (ExpectedState, SimState). untested
2023-05-06 Luke Kenneth... add FPSCR to ISACaller
2023-05-06 Luke Kenneth... notes: make FPSCR definition more like MSR (see openpow...
2023-05-06 Luke Kenneth... drastically simplify fpscr.py. extreme overcomplexity...
2023-05-06 Luke Kenneth... add comment about why the new check has been added
2023-05-06 Luke Kenneth... get table down to under 80 chars per line
2023-05-06 Jacob Lifshayfix fpscr table parser error reporting
2023-05-06 Jacob Lifshayadd FPSCRState and FPSCRRecord and a FPSCR smoke-test
2023-05-05 Jacob Lifshayadd initial fmv/fcvt tests, though they're broken due...
2023-05-05 Jacob Lifshayadd check that generated .py files are in .gitignore
2023-05-05 Jacob Lifshayverify fields.txt forms' field separators ('|') line...
2023-05-04 Konstantinos... merge maddrs/msubrs, unit tests changed accordingly
2023-05-04 Konstantinos... Add 2 more instructions to help with 2-coeff butterfly
2023-05-04 Konstantinos... use a simpler way to do the same thing
2023-05-04 Konstantinos... Handle large 64-bit values, but only the low 64-bit...
2023-05-04 Konstantinos... do proper rounding, no rounding for SH=0 (for now)...
2023-05-04 Konstantinos... Result needs rounding so add +1 to prod*
2023-05-04 Konstantinos... handle negatives correctly by adding sign bit to final...
2023-05-04 Konstantinos... almost there, positive values work, negative values...
next