convert gfp* instructions to python and add tests
[libreriscv.git] / openpower / sv / bitmanip / gfpmul.py
1 from .state import ST
2
3
4 def gfpmul(a, b):
5 return (a * b) % ST.GFPRIME