Files
wasmtime/cranelift/codegen
Benjamin Bouvier f316bef763 machinst aarch64: fix encoding generation of left-shift by 0;
The ARM book says that the immr field should contain (-count % 64); the
existing code was approximating this with (64 - count), which is not
correct for a zero count.
2020-07-09 15:43:42 +02:00
..

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