Files
wasmtime/cranelift/codegen
Ulrich Weigand f552a53654 s390x: Implement bitrev (#4617)
Since we do not have an instruction for this, this is a simple
open-coded implementation.

Needed by the cg_clif frontend.
2022-08-04 16:24:55 -07:00
..
2021-10-10 14:19:08 +02:00
2022-08-04 16:24:55 -07:00
2022-07-07 12:54:39 -07:00
2022-08-04 00:06:13 +00:00

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