pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / test / bigint / powmod.py
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 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-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 Lifshay256x256-bit mul no longer broken since bug #1161 was...
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 Jacob Lifshayadd SVP64 256x256->512-bit multiply