Files
wasmtime/cranelift/codegen
Ulrich Weigand 0243a16679 s390x: Fix bitwise operations (#4146)
Current codegen had a number of logic errors confusing
NAND with AND WITH COMPLEMENT, and NOR with OR WITH COMPLEMENT.

Add support for the missing z15 instructions and fix logic.
2022-05-12 10:05:22 -07:00
..
2021-10-10 14:19:08 +02:00
2022-05-05 13:43:02 -05:00
2022-05-12 10:05:22 -07:00

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