pub type RegisterType = SimpleDataType;
pub enum RegisterType { Unknown, Zero, NonZero, Bool, Pointer(Pointer), I32(I32), U32(U32), }