correction to idx
[openpower-isa.git] / src / openpower / test /
2023-12-07 Jacob LifshayISACaller/parser: kludge: support (RA|0) when elwidth...
2023-12-07 Luke Kenneth Casso... fix elwidth overrides when sw=8
2023-12-07 Luke Kenneth Casso... add gbbd (bmatflip) test case - just the one for now
2023-12-01 Jacob Lifshayelf/simple_cases: deepcopy is unnecessary, call dict... 1169-elf-support
2023-12-01 Luke Kenneth Casso... bug 1169: elf-support correct syntax errors
2023-12-01 Luke Kenneth Casso... bug 1169: elf support, minor coding style adjustment...
2023-12-01 Jacob Lifshayopenpower/test/elf/simple_cases: add some simple ELF...
2023-12-01 Jacob Lifshayadd utilities for testing ELF files
2023-12-01 Jacob LifshaySimRunner: support running an ELFFile
2023-12-01 Jacob Lifshaycaller.py: implement exit_group syscall
2023-11-30 Jacob Lifshaytest/runner: allow disabling VCD using SIM_NO_VCD=1...
2023-11-30 Jacob Lifshaypowmod asm tests pass!
2023-11-30 Jacob Lifshayswitch powmod to using new divmod implementation -...
2023-11-30 Jacob Lifshayadd comments telling people to keep the asm and python...
2023-11-30 Jacob Lifshaydivmod: asm version of Knuth's algorithm D works!
2023-11-30 Jacob Lifshayadd labels to DIVMOD REGEX log
2023-11-30 Jacob Lifshayput DIVMOD REGEX under new LogType: LogType.OutputMatching
2023-11-30 Jacob LifshayWIP divmod: finished writing out asm knuth's algorithm...
2023-11-30 Jacob LifshayWIP getting asm version of knuth's algorithm d working
2023-11-30 Jacob LifshayWIP divmod: implemented division by single word
2023-11-30 Jacob Lifshaysupport ignoring integer registers for ExpectedState
2023-11-30 Jacob Lifshayadd WIP Knuth's algorithm D assembly
2023-11-30 Jacob Lifshaydivmod: assign registers to variables
2023-11-30 Jacob Lifshayadapt divmod algorithm for putting variables in registers
2023-11-30 Jacob Lifshayadd more features for _DivModRegsRegexLogger
2023-11-30 Jacob Lifshayfinish moving Knuth algorithm D into a class
2023-11-30 Jacob Lifshaymerely indent function
2023-11-30 Jacob Lifshaystart adding DivModKnuthAlgorithmD class
2023-11-30 Jacob Lifshayformat code
2023-11-30 Jacob Lifshayfinish writing python_divmod_knuth_algorithm_d
2023-11-30 Jacob Lifshayfix generating invalid divmod tests
2023-11-30 Jacob Lifshayspeed up divmod shift-sub tests by removing most test...
2023-11-30 Jacob Lifshayadd WIP knuth algorithm D python implementation
2023-11-30 Jacob Lifshayrename divmod algorithm -> divmod_shift_sub in prep...
2023-11-30 Jacob Lifshayadd WIP powmod_256 -- asm test is currently disabled...
2023-11-30 Jacob Lifshayfix assemble to properly look for whole symbols to...
2023-11-16 Jacob Lifshaymsr and svstate default to None in TestCase, they're...
2023-11-14 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-11-14 Jacob LifshaySystem Call Interrupts do *not* set SRR1[TRAP]
2023-11-02 Luke Kenneth Casso... use of the word "Kind" is too irritating. replace all...
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
next