Files
wasmtime/cranelift/codegen
Andrew Brown 5a32500518 Remove non-existent x86 encoding for sshr_imm.i64x2
This instruction does not exist in the SSE2 feature set; it can be added later with an VEX/EVEX encoding.
2020-06-03 16:27:57 -07:00
..
2020-06-03 16:27:57 -07:00

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