[Libre-soc-bugs] [Bug 979] Implement C-based Power ISA decoder compiler
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Sep 2 19:27:51 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=979
--- Comment #22 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Dmitry Selyutin from comment #21)
> static
> case 0: /* BO, SVG, SVme, TO */
> return (int64_t)(
> (((insn >> UINT64_C(21)) & UINT64_C(1)) << UINT64_C(0)) |
compilers will merge all these together as static bitshifts.
should do fine.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list