RegisterType

Type Alias RegisterType 

Source
pub type RegisterType = SimpleDataType;

Aliased Type§

pub enum RegisterType {
    Unknown,
    Zero,
    NonZero,
    Bool,
    Pointer(Pointer),
    I32(I32),
    U32(U32),
}

Variants§

§

Unknown

§

Zero

§

NonZero

§

Bool

§

Pointer(Pointer)

§

I32(I32)

§

U32(U32)