Files
wasmtime/cranelift/codegen
Benjamin Bouvier 2e3ad3227d machinst x64: fix encoding of movzx/movsx with non-ABCD input registers;
Using an input register that doesn't belong to the ABCD family (al,
etc.) as the source of movsx/movzx requires a redundant REX prefix, that
was not emitted.
2020-07-24 19:29:12 +02:00
..

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.