| #define POP_TOP |
| #define ROT_TWO |
| #define ROT_THREE |
| #define DUP_TOP |
| #define DUP_TOP_TWO |
| #define ROT_FOUR |
| #define NOP |
| #define UNARY_POSITIVE |
| #define UNARY_NEGATIVE |
| #define UNARY_NOT |
| #define UNARY_INVERT |
| #define BINARY_MATRIX_MULTIPLY |
| #define INPLACE_MATRIX_MULTIPLY |
| #define BINARY_POWER |
| #define BINARY_MULTIPLY |
| #define BINARY_MODULO |
| #define BINARY_ADD |
| #define BINARY_SUBTRACT |
| #define BINARY_SUBSCR |
| #define BINARY_FLOOR_DIVIDE |
| #define BINARY_TRUE_DIVIDE |
| #define INPLACE_FLOOR_DIVIDE |
| #define INPLACE_TRUE_DIVIDE |
| #define RERAISE |
| #define WITH_EXCEPT_START |
| #define GET_AITER |
| #define GET_ANEXT |
| #define BEFORE_ASYNC_WITH |
| #define END_ASYNC_FOR |
| #define INPLACE_ADD |
| #define INPLACE_SUBTRACT |
| #define INPLACE_MULTIPLY |
| #define INPLACE_MODULO |
| #define STORE_SUBSCR |
| #define DELETE_SUBSCR |
| #define BINARY_LSHIFT |
| #define BINARY_RSHIFT |
| #define BINARY_AND |
| #define BINARY_XOR |
| #define BINARY_OR |
| #define INPLACE_POWER |
| #define GET_ITER |
| #define GET_YIELD_FROM_ITER |
| #define PRINT_EXPR |
| #define LOAD_BUILD_CLASS |
| #define YIELD_FROM |
| #define GET_AWAITABLE |
| #define LOAD_ASSERTION_ERROR |
| #define INPLACE_LSHIFT |
| #define INPLACE_RSHIFT |
| #define INPLACE_AND |
| #define INPLACE_XOR |
| #define INPLACE_OR |
| #define LIST_TO_TUPLE |
| #define RETURN_VALUE |
| #define IMPORT_STAR |
| #define SETUP_ANNOTATIONS |
| #define YIELD_VALUE |
| #define POP_BLOCK |
| #define POP_EXCEPT |
| #define HAVE_ARGUMENT |
| #define STORE_NAME |
| #define DELETE_NAME |
| #define UNPACK_SEQUENCE |
| #define FOR_ITER |
| #define UNPACK_EX |
| #define STORE_ATTR |
| #define DELETE_ATTR |
| #define STORE_GLOBAL |
| #define DELETE_GLOBAL |
| #define LOAD_CONST |
| #define LOAD_NAME |
| #define BUILD_TUPLE |
| #define BUILD_LIST |
| #define BUILD_SET |
| #define BUILD_MAP |
| #define LOAD_ATTR |
| #define COMPARE_OP |
| #define IMPORT_NAME |
| #define IMPORT_FROM |
| #define JUMP_FORWARD |
| #define JUMP_IF_FALSE_OR_POP |
| #define JUMP_IF_TRUE_OR_POP |
| #define JUMP_ABSOLUTE |
| #define POP_JUMP_IF_FALSE |
| #define POP_JUMP_IF_TRUE |
| #define LOAD_GLOBAL |
| #define IS_OP |
| #define CONTAINS_OP |
| #define JUMP_IF_NOT_EXC_MATCH |
| #define SETUP_FINALLY |
| #define LOAD_FAST |
| #define STORE_FAST |
| #define DELETE_FAST |
| #define RAISE_VARARGS |
| #define CALL_FUNCTION |
| #define MAKE_FUNCTION |
| #define BUILD_SLICE |
| #define LOAD_CLOSURE |
| #define LOAD_DEREF |
| #define STORE_DEREF |
| #define DELETE_DEREF |
| #define CALL_FUNCTION_KW |
| #define CALL_FUNCTION_EX |
| #define SETUP_WITH |
| #define EXTENDED_ARG |
| #define LIST_APPEND |
| #define SET_ADD |
| #define MAP_ADD |
| #define LOAD_CLASSDEREF |
| #define SETUP_ASYNC_WITH |
| #define FORMAT_VALUE |
| #define BUILD_CONST_KEY_MAP |
| #define BUILD_STRING |
| #define LOAD_METHOD |
| #define CALL_METHOD |
| #define LIST_EXTEND |
| #define SET_UPDATE |
| #define DICT_MERGE |
| #define DICT_UPDATE |
| #define EXCEPT_HANDLER |
| #define HAS_ARG | ( | op | ) |