Searched refs:instructionTypes (Results 1 – 1 of 1) sorted by relevance
936 EnumEmitter instructionTypes("InstructionTypes"); in emitCommonEnums() local937 instructionTypes.addEntry("kInstructionTypeNone"); in emitCommonEnums()938 instructionTypes.addEntry("kInstructionTypeMove"); in emitCommonEnums()939 instructionTypes.addEntry("kInstructionTypeBranch"); in emitCommonEnums()940 instructionTypes.addEntry("kInstructionTypePush"); in emitCommonEnums()941 instructionTypes.addEntry("kInstructionTypePop"); in emitCommonEnums()942 instructionTypes.addEntry("kInstructionTypeCall"); in emitCommonEnums()943 instructionTypes.addEntry("kInstructionTypeReturn"); in emitCommonEnums()944 instructionTypes.emit(o, i); in emitCommonEnums()