[Libre-soc-bugs] [Bug 755] add grev instruction (OP_GREV)

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Jan 14 22:53:36 GMT 2022


https://bugs.libre-soc.org/show_bug.cgi?id=755

--- Comment #22 from Jacob Lifshay <programmerjake at gmail.com> ---
adding pseudo-code...I decided grevw should be defined to leave the MSB word
cleared -- specifically zero-extending because that allows the compiler to skip
zero-extension instructions that could otherwise be needed. I picked
zero-extension rather than sign-extension because that doesn't require copying
the sign bit, potentially saving wiring.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list