URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [java/] [java-opcodes.h] - Rev 731
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