pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / test / bigint /
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 Lifshayfix wrong register in docs
2023-09-27 Jacob Lifshay256x256-bit mul no longer broken since bug #1161 was...
2023-09-18 Luke Kenneth Casso... add python-based implementation of dsrd to poly1305...
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
2023-06-02 Dmitry Selyutinpysvp64asm: integrate into insndb
2023-05-27 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=1091
2023-04-18 Jacob Lifshayadd shaddw
2022-11-11 Jacob Lifshayadd maddedus
2022-11-11 Jacob Lifshayfix case_sv_bigint_shift_left_then_back
2022-11-01 Dmitry Selyutintests/bigint: provide shadd/shadduw tests
2022-10-29 Luke Kenneth Casso... add dsld. (Rc=1) test, make overflow acceptable to...
2022-10-28 Luke Kenneth Casso... fix dsld pseudocode to use ROTL64 instead of ROTL128
2022-10-28 Luke Kenneth Casso... add test showing that dsld and dsrd are not quite inverses
2022-10-28 Jacob Lifshayfix bigint shift tests
2022-10-28 Luke Kenneth Casso... fix dsrd, ROTL128 use 128-n not 64-n,
2022-10-28 Luke Kenneth Casso... fix dsrd pseudocode for new 3-in 2-out
2022-10-28 Luke Kenneth Casso... sort out dsld pseudocode, creating mask is tricky
2022-10-28 Luke Kenneth Casso... redo the 3-in 1-out move of dsld/dsrd to EXT04 VA2...
2022-10-22 Luke Kenneth Casso... argh, extremely annoying: 4-operand dsld/dsrd is not...
2022-10-22 Luke Kenneth Casso... remove redundant case_dsrd3
2022-10-22 Luke Kenneth Casso... bigint shuffle
2022-10-18 Jacob Lifshayadd test for scalar sv.maddedu
2022-10-12 Luke Kenneth Casso... add sv.divmod2du test, inverse of the sv.madded
2022-10-12 Luke Kenneth Casso... comments clean-up on bigint big-mul case
2022-09-29 Jacob Lifshayconvert svp64 bigint unittests to use TestAccumulatorBase
2022-09-29 Luke Kenneth Casso... destination for maddedu and divmod2du for RS defaults...
2022-09-29 Jacob Lifshayrename madded->maddedu for consistency with PowerISA...
2022-09-29 Jacob Lifshayrename divrem2du->divmod2du for consistency with PowerI...
2022-09-29 Jacob Lifshayadd bigint tests and fix madded pseudocode