rename divmod algorithm -> divmod_shift_sub in prep for adding divmod based on Knuth...
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 6 Oct 2023 22:21:07 +0000 (15:21 -0700)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 1 Dec 2023 17:58:20 +0000 (17:58 +0000)
commitcddc275b380ad182aaac0fa681617d02c52155e9
tree18509fc0e284618abb2568c75033c0137891f58b
parentb3e4cf38a0009853d90671ede2573ed6f198749c
rename divmod algorithm -> divmod_shift_sub in prep for adding divmod based on Knuth's Algorithm D
src/openpower/decoder/isa/test_caller_svp64_powmod.py
src/openpower/test/bigint/powmod.py