Now that lowering is fully done in ISLE, clean up some code remnants in lower.rs. In particular, move code to lower/isle.rs where possible, and inline lower_insn_to_regs into its caller and simplify.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.