tests/bigint/powmod: initial version of bigint multiply remap
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Dec 2023 05:10:11 +0000 (21:10 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 22 Dec 2023 05:10:11 +0000 (21:10 -0800)
commita3c1930de7990c8babcb3908ed7650e1d08eafb6
treedf994218148501b7d93596a5b8017b05e6ae7896
parentd1cd85e73d47a6a11e31e17998d36e627f5ce9a2
tests/bigint/powmod: initial version of bigint multiply remap

it has some issues around being able to encode scalar RS but
vector RT, and doesn't match the scalar * vector multiplication
pattern, but is quite compact.
src/openpower/test/bigint/powmod.py