23 #define OPCODE(opc) opc,
24 #define SIMPLE(opc) OPCODE(opc)
25 #define CONSTANT(opc,more) OPCODE(opc) OPCODE(opc ## _LONG)
26 #define OPERAND(opc,more) OPCODE(opc) OPCODE(opc ## _LONG)
27 #define JUMP(opc,sign) OPCODE(opc)
29 #define EXPAND_ARGS_MORE
30 #define FORMAT_VALUE_MORE
40 #undef EXPAND_ARGS_MORE
41 #undef FORMAT_VALUE_MORE