InstrOpKindEnum(GenTypes genTypes) { var enumType = new EnumType("InstrOpKind", TypeIds.GasInstrOpKind, null, GetValues(genTypes), EnumTypeFlags.NoInitialize); genTypes.Add(enumType); }
MiscSectionNamesType(GenTypes genTypes) { var type = new ConstantsType(TypeIds.MiscSectionNames, ConstantsTypeFlags.None, null, GetConstants()); genTypes.Add(type); }
OpCodeInfoFlagsType(GenTypes genTypes) { var type = new ConstantsType(TypeIds.OpCodeInfoFlags, ConstantsTypeFlags.None, null, GetConstants()); genTypes.Add(type); }
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); }
InstructionInfoKeysType(GenTypes genTypes) { var type = new ConstantsType(TypeIds.InstructionInfoKeys, ConstantsTypeFlags.None, null, GetConstants()); genTypes.Add(type); }