add bigint tests and fix madded pseudocode
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 29 Sep 2022 02:46:54 +0000 (19:46 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 29 Sep 2022 02:49:38 +0000 (19:49 -0700)
commit63530e061b28e868f038c3a5515db50c3fb2b9c8
tree444c6d52135836c19ac18a83bb21e5cf05bea5e0
parent864d526726aa2ed5497ca6ebe4445a021e16ef9a
add bigint tests and fix madded pseudocode
openpower/isa/svfixedarith.mdwn
src/openpower/decoder/isa/test_caller_bigint.py [new file with mode: 0644]
src/openpower/test/bigint/__init__.py [new file with mode: 0644]
src/openpower/test/bigint/bigint_cases.py [new file with mode: 0644]