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)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Nov 2023 07:55:28 +0000 (23:55 -0800)
commit0f4a014cf9cb7dfb8a2ba2b64494408cc80d8c1c
treebf25133da97879b6378d0feb5ead74ab44f25b69
parent7a3b4c87f7c088127f3d15b587c65f9ac6b4a453
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