Files
wasmtime/cranelift/codegen
Andrew Brown 3f47291f2e Add x86 implentation of 8x16 ushr
This involves some large mask tables that may hurt code size but reduce the number of instructions. See https://github.com/WebAssembly/simd/issues/117 for a more in-depth discussion on this.
2020-04-17 11:59:47 -07:00
..
2020-04-17 11:59:47 -07:00
2020-04-03 13:13:37 -07:00
2020-04-17 11:59:47 -07:00
2019-12-07 09:47:43 -08:00
2020-04-15 17:21:28 -07:00

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