Files
wasmtime/cranelift/codegen
Afonso Bordado c38a5e8b62 aarch64: Add basic i128 bit ops to the AArch64 backend
Currently we just basically use a two instruction version of the same i64 ops.
IMMLogic doesn't really support multiple register inputs, so its left as a TODO for future optimizations.
2021-06-09 22:37:55 +01:00
..
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-02-18 13:01:01 +01:00
2021-06-09 14:00:13 -05:00

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