/// The encoded representation of an A64 system register. /// pub enum SystemRegister { /// NZCV = 0b1_011_0100_0010_000 }