convert gfp* instructions to python and add tests
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 18 Mar 2022 04:34:30 +0000 (21:34 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 18 Mar 2022 04:34:30 +0000 (21:34 -0700)
commitc0cc64f2a7620f3cf7e3ae6cb80ffbb21c5ca6ee
tree15f3d22cf71ef7881b670f7221b0ae80b83635ae
parentf78ea6039307bda2e3c2af0d0a5773da5a7264f5
convert gfp* instructions to python and add tests
openpower/sv/bitmanip.mdwn
openpower/sv/bitmanip/gfpadd.py [new file with mode: 0644]
openpower/sv/bitmanip/gfpinv.py [new file with mode: 0644]
openpower/sv/bitmanip/gfpmadd.py [new file with mode: 0644]
openpower/sv/bitmanip/gfpmsub.py [new file with mode: 0644]
openpower/sv/bitmanip/gfpmsubr.py [new file with mode: 0644]
openpower/sv/bitmanip/gfpmul.py [new file with mode: 0644]
openpower/sv/bitmanip/gfpsub.py [new file with mode: 0644]
openpower/sv/bitmanip/test_cl_gfb_gfp.py