Type Definition cranelift_codegen::isa::registers::RegClassMask[][src]

pub type RegClassMask = u32;
Expand description

A bit mask indexed by register classes.

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