Esempio n. 1
0
        InstrOpKindEnum(GenTypes genTypes)
        {
            var enumType = new EnumType("InstrOpKind", TypeIds.GasInstrOpKind, null, GetValues(genTypes), EnumTypeFlags.NoInitialize);

            genTypes.Add(enumType);
        }
Esempio n. 2
0
        MiscSectionNamesType(GenTypes genTypes)
        {
            var type = new ConstantsType(TypeIds.MiscSectionNames, ConstantsTypeFlags.None, null, GetConstants());

            genTypes.Add(type);
        }
Esempio n. 3
0
        OpCodeInfoFlagsType(GenTypes genTypes)
        {
            var type = new ConstantsType(TypeIds.OpCodeInfoFlags, ConstantsTypeFlags.None, null, GetConstants());

            genTypes.Add(type);
        }
Esempio n. 4
0
        DecoderConstantsType(GenTypes genTypes)
        {
            var type = new ConstantsType(TypeIds.DecoderConstants, ConstantsTypeFlags.None, null, GetConstants());

            genTypes.Add(type);
        }
        MiscInstrInfoTestConstantsType(GenTypes genTypes)
        {
            var type = new ConstantsType(TypeIds.MiscInstrInfoTestConstants, ConstantsTypeFlags.None, null, GetConstants());

            genTypes.Add(type);
        }
Esempio n. 6
0
        InstructionInfoKeysType(GenTypes genTypes)
        {
            var type = new ConstantsType(TypeIds.InstructionInfoKeys, ConstantsTypeFlags.None, null, GetConstants());

            genTypes.Add(type);
        }