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

type RegUnitMask = [RegClassMask; 3];

A bit mask indexed by register units.

The size of this type is determined by the target ISA that has the most register units defined. Currently that is arm32 which has 64+16 units.