Files
wasmtime/cranelift/codegen
Johnnie Birch f705a72aeb Refactor packed moves to use xmm_mov instead of xmm_rm_r
Refactors previous packed move implementation to use xmm_mov
instead of xmm_rm_r which looks to simplify register accounting
during lowering.
2020-12-16 17:13:27 -08:00
..
2020-12-12 09:44:05 +01:00

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