[][src]Type Definition cranelift::prelude::isa::registers::RegClassMask

type RegClassMask = u32;

A bit mask indexed by register classes.

The size of this type is determined by the ISA with the most register classes.

This type should be coordinated with meta/src/cdsl/regs.rs.