ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InstructionEnumsMips.h
Go to the documentation of this file.
1 /* Enum constants for MIPS architectures */
2 #ifndef ROSE_ENUMS_MIPS_H
3 #define ROSE_ENUMS_MIPS_H
4 
15 };
16 
23 };
24 
32 };
33 
346  mips_last_instruction // must be last enum member
347 };
348 
349 
350 #endif