Files
ladybird/Libraries/LibJS/AsmIntGen
Andreas Kling b1dab18e42 LibJS: Teach AsmIntGen helper primitives
Add load_vm, memory-operand macro substitution, and a generic
inc32_mem instruction to the AsmInt DSL.

Also drop redundant mov reg, reg copies in the backends so handlers
that use the new helpers expand to cleaner assembly.
2026-04-14 08:14:43 +02:00
..