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)
28 #define COMPLICATED(opc,more) OPCODE(opc)
30 #define EXPAND_ARGS_MORE
31 #define FORMAT_VALUE_MORE
33 #define OVERLONG_JUMP_MORE
41 #undef OVERLONG_JUMP_MORE
44 #undef EXPAND_ARGS_MORE
45 #undef FORMAT_VALUE_MORE