remove use of regex (this code is REQUIRED to be SIMPLE)
[openpower-isa.git] / src / openpower / test /
2023-10-26 Jacob Lifshaymove DEFAULT_MSR handling from add_case to ISACaller
2023-10-24 Jacob LifshayRevert "skip broken test" programmerjake/readd-rhs-copy
2023-10-24 Jacob Lifshayskip broken test
2023-10-24 Jacob Lifshayfill in manually verified expected state for TrapTestCa...
2023-10-24 Jacob Lifshayformat code
2023-10-22 Dmitry Selyutintest/runner: introduce use_syscall_emu parameter
2023-10-21 Luke Kenneth Casso... add extra comments to sc-rfid test
2023-10-20 Luke Kenneth Casso... add a test which does both sc and rfid, and does rudime...
2023-10-18 Luke Kenneth Casso... add expected results to "sc" instruction in TrapTestCase.
2023-10-18 Luke Kenneth Casso... add sc test to TestTrapCases
2023-09-29 Luke Kenneth Casso... code-comments
2023-09-29 Luke Kenneth Casso... moving the temp array (t) along, so that adding to...
2023-09-29 Luke Kenneth Casso... first attempt to create an Indexed Schedule, for bigmul...
2023-09-28 Jacob Lifshayfix divmod
2023-09-28 Jacob Lifshayin divmod algorithm log regexes that match against...
2023-09-28 Jacob Lifshaytest python_divmod_algorithm
2023-09-28 Jacob Lifshayformat code
2023-09-27 Luke Kenneth Casso... remove use of addc, use adde instead setting ca to...
2023-09-27 Luke Kenneth Casso... reduce 4-repeats of identical code down to 1 copy with...
2023-09-27 Luke Kenneth Casso... add seeming-redundant addc/adde (actually part of big...
2023-09-27 Luke Kenneth Casso... code-cleanup, bit of comments, copyright, blah blah...
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
next