add what is currently a duplicate of python_mul_algorithm, plan is to
[openpower-isa.git] / src / openpower / test /
2023-09-27 Luke Kenneth Casso... add what is currently a duplicate of python_mul_algorit...
2023-09-27 Jacob Lifshayworking on adding divmod 512x256 to 256x256
2023-09-27 Jacob Lifshayadd unit test for mcrxrx
2023-09-27 Jacob Lifshayfix wrong register in docs
2023-09-27 Jacob Lifshay256x256-bit mul no longer broken since bug #1161 was...
2023-09-23 Jacob Lifshayadd MemMMap class
2023-09-23 Jacob Lifshaysplit out most Mem methods into MemCommon base class
2023-09-18 Luke Kenneth Casso... add python-based implementation of dsrd to poly1305...
2023-09-15 Jacob Lifshayadd tests for checking if the simulator and assembler...
2023-09-15 Jacob Lifshaychange registers used to avoid r13-31 which are reserve...
2023-09-15 Jacob Lifshaypass in stack pointer
2023-09-15 Jacob Lifshayadd copyright stuff
2023-09-14 Andrey Miroshnikovsyscall_cases: Added link to ABI and write manpage
2023-09-14 Andrey Miroshnikovsyscall_cases: Add license, copyright, NLnet message.
2023-09-14 Jacob Lifshayadd SVP64 256x256->512-bit multiply
2023-09-14 Jacob Lifshaygeneralize assemble() fn so other test cases can easily...
2023-09-13 Andrey Miroshnikovsyscall_cases: Aded expected values for SRR0/1, MSR...
2023-09-12 Andrey MiroshnikovAdding syscall ISACaller test case (not working yet).
2023-09-12 Jacob Lifshayremove grev, leaving unit tests for later use by grevlut
2023-09-11 Jacob Lifshaymark madd* as skipped in soc.git
2023-09-11 Jacob Lifshayfilter out v3.1 insns when soc flag set -- soc.git...
2023-09-11 Jacob Lifshayfilter out addex when soc flag set
2023-09-11 Jacob Lifshayadd support for filtering tests using flags
2023-07-25 Konstantinos Marga... split testcase for separate maddrs/msubrs
2023-07-25 Jacob Lifshayfix set[n]bc[r]
2023-07-25 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-07-25 Jacob Lifshayformat code
2023-07-22 Luke Kenneth Casso... shortened variable names,
2023-07-22 Jacob Lifshayadd SVP64 test for byte reverse insns
2023-07-22 Jacob Lifshayadd SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd...
2023-07-22 Jacob Lifshayformat code
2023-07-22 Jacob Lifshayadd pdepd/pextd
2023-07-22 Jacob Lifshayadd cfuged
2023-07-22 Jacob Lifshayadd cntlzdm/cnttzdm
2023-07-21 Jacob Lifshayformat code
2023-07-21 Konstantinos Marga... Moved maddsubrs/maddrs/msubrs instructions to separate...
2023-07-20 Jacob Lifshayadd much more exhaustive maddrs unit tests
2023-07-20 Jacob Lifshayadd much more exhaustive maddsubrs unit tests
2023-07-20 Jacob Lifshayformat code
2023-07-20 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-07-19 Konstantinos Marga... revert to correct value
2023-07-19 Konstantinos Marga... Unify XLEN =64 special case in the new code
2023-07-19 Jacob Lifshayadd fminmax tests with corresponding pseudocode fixes
2023-07-17 Jacob Lifshayupdate to use new fminmax instruction
2023-06-23 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-06-17 Jacob Lifshayremove Rc=1 from fmvfg[s]
2023-06-16 Jacob Lifshayadd sv.fmv/sv.fcvt tests
2023-06-16 Jacob Lifshayadd fmvfg[s] and fmvtg[s][.] tests
2023-06-14 Jacob Lifshaydeepcopy is really slow and unnecessary here
2023-06-14 Jacob Lifshayspeed up StateSPRs.__init__
2023-06-14 Jacob Lifshaycache FPSCR computation since it's slow
2023-06-13 Jacob LifshayMerge branch 'pytest7'
2023-06-10 Jacob LifshayRevert "disable fmv / fcvt unit tests as there are...
2023-06-02 Dmitry Selyutinpysvp64asm: integrate into insndb
2023-06-01 Luke Kenneth Casso... disable fmv / fcvt unit tests as there are such a vast...
2023-06-01 Jacob Lifshayadd expected values to source
2023-06-01 Jacob Lifshayadd worked-out svp64 16-bit maddsubrs test case
2023-05-31 Jacob Lifshayfcvtfg works!
2023-05-30 Jacob Lifshayadd support for checking sprs and msr in unit tests
2023-05-30 Jacob Lifshayuse a different default MSR value for unit tests since...
2023-05-27 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=1091
2023-05-24 Jacob Lifshaytest fcvttgo. with traps enabled
2023-05-24 Jacob Lifshaytest fcvttgo. with VE=1 too
2023-05-21 Luke Kenneth Casso... whitespace - bug in autopep8 which is dreadful
2023-05-20 Jacob Lifshaymust test fcvtfgs not fcvtfg for f32 test case
2023-05-20 Jacob Lifshayformat code
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 Lifshayfix fcvttg FPSCR.FR computation
2023-05-19 Jacob Lifshayonly retrieve stack frames we need -- ~2x speed up...
2023-05-18 Jacob Lifshaytest fcvttgo. instead of fcvttg
2023-05-17 Jacob Lifshaytest all fp -> int conversion modes
2023-05-17 Jacob Lifshayadd support for setting initial FPSCR in unit tests
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 Lifshayrename js_toint32 -> js_toint in preparation for adding...
2023-05-16 Jacob Lifshayfcvttg*: test FPSCR output
2023-05-16 Jacob Lifshaymake mis-matched FPSCR errors much easier to read
2023-05-13 Jacob Lifshayignore FPSCR in fcvt js test
2023-05-13 Jacob Lifshayallow ignoring FPSCR in tests
2023-05-06 Luke Kenneth Casso... add FPSCR to Test API (ExpectedState, SimState). untested
2023-05-05 Jacob Lifshayadd initial fmv/fcvt tests, though they're broken due...
2023-05-04 Konstantinos Marga... merge maddrs/msubrs, unit tests changed accordingly
2023-05-04 Konstantinos Marga... Add 2 more instructions to help with 2-coeff butterfly
2023-05-04 Konstantinos Marga... Handle large 64-bit values, but only the low 64-bit...
2023-05-04 Konstantinos Marga... do proper rounding, no rounding for SH=0 (for now)...
2023-05-04 Konstantinos Marga... handle negatives correctly by adding sign bit to final...
2023-05-04 Konstantinos Marga... almost there, positive values work, negative values...
2023-05-04 Konstantinos Marga... WIP: maddsubrs initial approach
2023-05-04 Jacob Lifshayfix forgotten stuff from last commit
2023-05-04 Jacob Lifshaycomment fmin*/fmax* since they're being replaced with...
2023-04-28 Jacob Lifshayprefix-sum remap works!
2023-04-25 Jacob Lifshayreplace min/max[su][.] with minmax[.]
2023-04-18 Jacob Lifshayadd shaddw
2023-03-30 Jacob Lifshayfix broken test case
2023-03-30 Jacob Lifshayadd addex to simulator
2023-03-30 Jacob Lifshayswitch to testing Rc=1 variants
2023-03-30 Jacob Lifshayadd case_nego_
2023-03-30 Jacob Lifshayrename le -> lt since CR bits are lt, gt, eq, and so...
2023-03-29 Jacob Lifshayadd test cases for ca/ov outputs of a bunch of add...
next