Files
wasmtime/lib/codegen
Dan Gohman dfb24f1934 Fix x86 encoding of uextend/sextend from 8-bit inputs.
The x86-32 and non-REX encodings of movsbl and movzbl require one of
the ABCD registers as input.
2018-04-20 12:12:29 -07:00
..
2018-04-20 11:04:13 -07:00

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