All of the `*_imm` instructions are rewritten during legalization to an explicit `iconst` plus the general form of the operator, so backends never see them. Therefore these ISLE rules in the x64 backend can never match anything.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.