[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 11:06:03 BST 2023


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

--- Comment #17 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Yep, like this:

    [0] = /* BO, SVG, SVme, TO */ {
        .assemble = svp64_operand_0_assemble,
        .disassemble = svp64_operand_0_disassemble,
    },
    [1] = /* RA */ {
        .assemble = svp64_operand_1_assemble,
        .disassemble = svp64_operand_1_disassemble,
    },

And, once svp64_operand_##_assemble and svp64_operand_##_disassemble are
generated, we have just a jump.

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


More information about the libre-soc-bugs mailing list