Files
wasmtime/cranelift/codegen
Andrew Brown df171f01b5 Add x86_pmuludq
This instruction multiplies the lower 32 bits of two 64x2 unsigned integers into an i64x2; this is necessary for lowering Wasm's i64x2.mul.
2020-06-03 16:27:57 -07:00
..
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.