Files
wasmtime/cranelift/codegen
Andrew Brown 508f8fa5a9 [x64] Add i64x2.abs
This instruction has a single instruction lowering in AVX512F/VL and a three instruction lowering in AVX but neither is currently supported in the x64 backend. To implement this, we instead subtract the vector from 0 and use a blending instruction to pick the lanes containing the absolute value.
2021-03-02 12:30:02 -08:00
..
2021-03-02 12:30:02 -08:00
2021-02-18 13:01:01 +01:00
2021-03-01 16:39:20 -06:00

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