Searched refs:instructionTypes (Results 1 – 1 of 1) sorted by relevance
905 EnumEmitter instructionTypes("InstructionTypes"); in emitCommonEnums() local906 instructionTypes.addEntry("kInstructionTypeNone"); in emitCommonEnums()907 instructionTypes.addEntry("kInstructionTypeMove"); in emitCommonEnums()908 instructionTypes.addEntry("kInstructionTypeBranch"); in emitCommonEnums()909 instructionTypes.addEntry("kInstructionTypePush"); in emitCommonEnums()910 instructionTypes.addEntry("kInstructionTypePop"); in emitCommonEnums()911 instructionTypes.addEntry("kInstructionTypeCall"); in emitCommonEnums()912 instructionTypes.addEntry("kInstructionTypeReturn"); in emitCommonEnums()913 instructionTypes.emit(o, i); in emitCommonEnums()