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