URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [java/] [java-opcodes.h] - Rev 290
Go to most recent revision | Compare with Previous | Blame | View Log
enum java_opcode { #define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE, #include "javaop.def" #undef JAVAOP LAST_AND_UNUSED_JAVA_OPCODE };
Go to most recent revision | Compare with Previous | Blame | View Log