Files
wasmtime/cranelift/codegen
Afonso Bordado 879b52825f cranelift: Implement ineg.i128 for everyone (#5129)
* cranelift: Add `ineg` runtests

* aarch64: Implement `ineg.i128`

* x64: Implement `ineg.i128`

* riscv: Implement `ineg.i128`

* fuzzgen: Enable `ineg.i128`
2022-10-28 16:10:00 -07:00
..
2021-10-10 14:19:08 +02:00
2022-10-27 09:43:15 -07:00
2022-10-05 09:30:55 -05:00

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