openpower-isa.git
2023-05-24 Jacob Lifshayadd support for adding extra uninit_regs from html...
2023-05-22 Luke Kenneth... add getopt for test and help to inorder.py
2023-05-22 Luke Kenneth... comment read_file explaining usage contract
2023-05-22 Luke Kenneth... yet another namespace hack now that @inject is on
2023-05-22 Luke Kenneth... make style of consts.py consistent with standard python
2023-05-22 Luke Kenneth... make style of pysvp64dis.py consistent with standard...
2023-05-22 Luke Kenneth... make style of power_fields.py consistent with standard...
2023-05-21 Luke Kenneth... eurrrgh, hack in a namespace dict now that @inject...
2023-05-21 Luke Kenneth... add /pi to LD/ST, temporarily. lose dz/sz replace with...
2023-05-21 Luke Kenneth... big set of updates to LD/ST in line with new spec changes
2023-05-21 Luke Kenneth... hack-add @inject() into pyfnwriter, also take the
2023-05-21 Luke Kenneth... explicitly update FPSCR from list of return results
2023-05-21 Luke Kenneth... whitespace - bug in autopep8 which is dreadful
2023-05-21 Luke Kenneth... code-comment spelling
2023-05-21 Luke Kenneth... FPSCR should never have been added to "bypass" the...
2023-05-20 Jacob Lifshaymust test fcvtfgs not fcvtfg for f32 test case
2023-05-20 Jacob Lifshayformat code
2023-05-20 Jacob Lifshayadd more bfp_* functions
2023-05-20 Jacob Lifshayfix bfp compare
2023-05-20 Jacob Lifshayfix typo
2023-05-20 Jacob Lifshayfix using python int instead of SelectableInt
2023-05-19 Jacob Lifshayfix fptrans unit tests' CR1 expected values since we...
2023-05-19 Jacob Lifshayadd WIP fcvtfg unit tests
2023-05-19 Jacob Lifshayadd WIP bfp_* function
2023-05-19 Jacob Lifshayfix: bfp_ROUND_TO_BFP64 takes 3 arguments
2023-05-19 Jacob Lifshayadd more bfp_* functions
2023-05-19 Jacob Lifshayfix bfp_COMPARE_* when given denormal inputs
2023-05-19 Jacob Lifshaycompute CR1 for non-compare fp Rc=1 instructions
2023-05-19 Jacob Lifshaysupport binary literals with embedded _ (e.g. 0b10_01)
2023-05-19 Jacob Lifshayfix fcvttg FPSCR.FR computation
2023-05-19 Jacob Lifshayonly retrieve stack frames we need -- ~2x speed up...
2023-05-19 Jacob Lifshayparallelize fmv/fcvt unit tests
2023-05-18 Jacob Lifshaytest fcvttgo. instead of fcvttg
2023-05-18 Jacob Lifshayfix CR0 output for fmvtg*/fcvttg*
2023-05-18 Jacob Lifshayadd fmv*/fcvt* to sv_analysis.py
2023-05-17 Luke Kenneth... small whitespace cleanup
2023-05-17 Luke Kenneth... update the tables in power_svp64_rm.py
2023-05-17 Luke Kenneth... sorted SVP64RMModeDecode to properly match the new...
2023-05-17 Jacob Lifshaytest all fp -> int conversion modes
2023-05-17 Jacob Lifshayfix bug in fcvttg OpenPower and saturating conversion
2023-05-17 Jacob Lifshayadd support for setting initial FPSCR in unit tests
2023-05-17 Jacob Lifshayadd fp value to BFPState.__repr__
2023-05-17 Jacob Lifshayadd more fp -> int bfp* functions
2023-05-17 Jacob Lifshayfix fp comparison
2023-05-17 Jacob Lifshayfix round nearest-even
2023-05-17 Jacob Lifshayrename js_toint -> toint in preparation for adding...
2023-05-17 Jacob Lifshayexpand fcvttg js tests to also test conversion to u32...
2023-05-17 Jacob Lifshayadd bfp_CONVERT_FROM_UI32/64
2023-05-17 Jacob Lifshayrename js_toint32 -> js_toint in preparation for adding...
2023-05-17 Jacob Lifshayrephrase to avoid personal pronouns
2023-05-17 Jacob Lifshayduplicate overflow comment as requested by luke
2023-05-16 Luke Kenneth... mention it is ok to duplicate code in inorder.py
2023-05-16 Luke Kenneth... add some copyright notices and development guidelines...
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
next