aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/IntermediateRepresentation/RegisterType.cs
blob: 88ac6c1246968618b0cf81d0260bbcd29fa2ef33 (plain)
1
2
3
4
5
6
7
8
9
10
namespace ARMeilleure.IntermediateRepresentation
{
    enum RegisterType
    {
        Integer,
        Vector,
        Flag,
        FpFlag
    }
}