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

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

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

            genTypes.Add(type);
        }
示例#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);
        }
示例#6
0
        InstructionInfoKeysType(GenTypes genTypes)
        {
            var type = new ConstantsType(TypeIds.InstructionInfoKeys, ConstantsTypeFlags.None, null, GetConstants());

            genTypes.Add(type);
        }