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.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.