Files
wasmtime/cranelift/codegen
Afonso Bordado 02c3b47db2 x64: Implement SIMD fma (#4474)
* x64: Add VEX Instruction Encoder

This uses a similar builder pattern to the EVEX Encoder.
Does not yet support memory accesses.

* x64: Add FMA Flag

* x64: Implement SIMD `fma`

* x64: Use 4 register Vex Inst

* x64: Reorder VEX pretty print args
2022-07-25 22:01:02 +00:00
..
2021-10-10 14:19:08 +02:00
2022-07-25 22:01:02 +00:00
2022-07-25 22:01:02 +00:00
2022-07-07 12:54:39 -07:00
2022-07-21 01:22:39 +00:00

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