[Libre-soc-bugs] [Bug 782] add galois field bitmanip instructions
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Mar 13 23:15:14 GMT 2022
https://bugs.libre-soc.org/show_bug.cgi?id=782
--- Comment #79 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #78)
> gfbmadd RT, RA, RB, RC
> (RT) = gfbadd(gfbmul((RA), (RB)), (RC))
>
> jacob you modified the ordering and naming
> of the registers.
well, what I put exactly matches maddld:
maddld RT,RA.RB,RC
prod0:127 ← (RA) × (RB)
sum0:127 ← prod + EXTS(RC)
RT ← sum64:127
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list