Skip to main content

RegMask

Type Alias RegMask 

Source
pub type RegMask = u32;
Expand description

Register mask is a convenience typedef that describes a mask where each bit describes a physical register id in the same RegGroup. At the moment 32 bits are enough as asmkit doesn’t support any architecture that would provide more than 32 registers for a register group.