Files
wasmtime/cranelift/codegen
Alex Crichton 0037b71b11 Use xmm_rm_r more frequently in x64 backend (#5787)
This updates the signatures of the `xmm_rm_r` helper function and then
updates existing users and migrates other users to the helper now that
the type information is no longer required.
2023-02-15 09:03:19 -08:00
..
2021-10-10 14:19:08 +02:00
2023-02-06 09:10:19 -06:00
2023-02-14 19:45:15 +00:00

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