Lines Matching refs:ADDOP

1436 #define ADDOP(C, OP) { \  macro
1650 ADDOP(c, DUP_TOP); in compiler_call_exit_with_nones()
1651 ADDOP(c, DUP_TOP); in compiler_call_exit_with_nones()
1673 ADDOP(c, ROT_TWO); in compiler_unwind_fblock()
1675 ADDOP(c, POP_TOP); in compiler_unwind_fblock()
1679 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock()
1683 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock()
1700 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()
1702 ADDOP(c, POP_TOP); in compiler_unwind_fblock()
1703 ADDOP(c, POP_TOP); in compiler_unwind_fblock()
1704 ADDOP(c, POP_TOP); in compiler_unwind_fblock()
1706 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()
1708 ADDOP(c, POP_EXCEPT); in compiler_unwind_fblock()
1713 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock()
1715 ADDOP(c, ROT_TWO); in compiler_unwind_fblock()
1721 ADDOP(c, GET_AWAITABLE); in compiler_unwind_fblock()
1723 ADDOP(c, YIELD_FROM); in compiler_unwind_fblock()
1725 ADDOP(c, POP_TOP); in compiler_unwind_fblock()
1730 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock()
1733 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock()
1735 ADDOP(c, POP_EXCEPT); in compiler_unwind_fblock()
1745 ADDOP(c, ROT_TWO); in compiler_unwind_fblock()
1747 ADDOP(c, POP_TOP); in compiler_unwind_fblock()
1797 ADDOP(c, SETUP_ANNOTATIONS); in compiler_body()
1841 ADDOP(c, SETUP_ANNOTATIONS); in compiler_mod()
2387 ADDOP(c, DUP_TOP); in compiler_class()
2411 ADDOP(c, LOAD_BUILD_CLASS); in compiler_class()
2583 ADDOP(c, DUP_TOP); in compiler_jump_if()
2584 ADDOP(c, ROT_THREE); in compiler_jump_if()
2597 ADDOP(c, POP_TOP); in compiler_jump_if()
2763 ADDOP(c, GET_ITER); in compiler_for()
2797 ADDOP(c, GET_AITER); in compiler_async_for()
2805 ADDOP(c, GET_ANEXT); in compiler_async_for()
2807 ADDOP(c, YIELD_FROM); in compiler_async_for()
2808 ADDOP(c, POP_BLOCK); /* for SETUP_FINALLY */ in compiler_async_for()
2819 ADDOP(c, END_ASYNC_FOR); in compiler_async_for()
2918 ADDOP(c, RETURN_VALUE); in compiler_return()
3007 ADDOP(c, POP_BLOCK); in compiler_try_finally()
3017 ADDOP(c, RERAISE); in compiler_try_finally()
3069 ADDOP(c, POP_BLOCK); in compiler_try_except()
3087 ADDOP(c, DUP_TOP); in compiler_try_except()
3091 ADDOP(c, POP_TOP); in compiler_try_except()
3102 ADDOP(c, POP_TOP); in compiler_try_except()
3124 ADDOP(c, POP_BLOCK); in compiler_try_except()
3125 ADDOP(c, POP_EXCEPT); in compiler_try_except()
3140 ADDOP(c, RERAISE); in compiler_try_except()
3149 ADDOP(c, POP_TOP); in compiler_try_except()
3150 ADDOP(c, POP_TOP); in compiler_try_except()
3156 ADDOP(c, POP_EXCEPT); in compiler_try_except()
3162 ADDOP(c, RERAISE); in compiler_try_except()
3206 ADDOP(c, ROT_TWO); in compiler_import_as()
3207 ADDOP(c, POP_TOP); in compiler_import_as()
3212 ADDOP(c, POP_TOP); in compiler_import_as()
3309 ADDOP(c, IMPORT_STAR); in compiler_from_import()
3323 ADDOP(c, POP_TOP); in compiler_from_import()
3348 ADDOP(c, LOAD_ASSERTION_ERROR); in compiler_assert()
3363 ADDOP(c, PRINT_EXPR); in compiler_visit_stmt_expr()
3373 ADDOP(c, POP_TOP); in compiler_visit_stmt_expr()
3400 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
3734 ADDOP(c, LIST_TO_TUPLE); in starunpack_helper()
3947 ADDOP(c, DUP_TOP); in compiler_compare()
3948 ADDOP(c, ROT_THREE); in compiler_compare()
3960 ADDOP(c, ROT_TWO); in compiler_compare()
3961 ADDOP(c, POP_TOP); in compiler_compare()
4446 ADDOP(c, GET_ITER); in compiler_sync_comprehension_generator()
4478 ADDOP(c, YIELD_VALUE); in compiler_sync_comprehension_generator()
4479 ADDOP(c, POP_TOP); in compiler_sync_comprehension_generator()
4538 ADDOP(c, GET_AITER); in compiler_async_comprehension_generator()
4544 ADDOP(c, GET_ANEXT); in compiler_async_comprehension_generator()
4546 ADDOP(c, YIELD_FROM); in compiler_async_comprehension_generator()
4547 ADDOP(c, POP_BLOCK); in compiler_async_comprehension_generator()
4571 ADDOP(c, YIELD_VALUE); in compiler_async_comprehension_generator()
4572 ADDOP(c, POP_TOP); in compiler_async_comprehension_generator()
4597 ADDOP(c, END_ASYNC_FOR); in compiler_async_comprehension_generator()
4657 ADDOP(c, RETURN_VALUE); in compiler_comprehension()
4678 ADDOP(c, GET_AITER); in compiler_comprehension()
4680 ADDOP(c, GET_ITER); in compiler_comprehension()
4686 ADDOP(c, GET_AWAITABLE); in compiler_comprehension()
4688 ADDOP(c, YIELD_FROM); in compiler_comprehension()
4791 ADDOP(c, RERAISE); in compiler_with_except_finish()
4793 ADDOP(c, POP_TOP); in compiler_with_except_finish()
4794 ADDOP(c, POP_TOP); in compiler_with_except_finish()
4795 ADDOP(c, POP_TOP); in compiler_with_except_finish()
4796 ADDOP(c, POP_EXCEPT); in compiler_with_except_finish()
4797 ADDOP(c, POP_TOP); in compiler_with_except_finish()
4847 ADDOP(c, BEFORE_ASYNC_WITH); in compiler_async_with()
4848 ADDOP(c, GET_AWAITABLE); in compiler_async_with()
4850 ADDOP(c, YIELD_FROM); in compiler_async_with()
4865 ADDOP(c, POP_TOP); in compiler_async_with()
4876 ADDOP(c, POP_BLOCK); in compiler_async_with()
4884 ADDOP(c, GET_AWAITABLE); in compiler_async_with()
4886 ADDOP(c, YIELD_FROM); in compiler_async_with()
4888 ADDOP(c, POP_TOP); in compiler_async_with()
4895 ADDOP(c, WITH_EXCEPT_START); in compiler_async_with()
4896 ADDOP(c, GET_AWAITABLE); in compiler_async_with()
4898 ADDOP(c, YIELD_FROM); in compiler_async_with()
4957 ADDOP(c, POP_TOP); in compiler_with()
4967 ADDOP(c, POP_BLOCK); in compiler_with()
4977 ADDOP(c, POP_TOP); in compiler_with()
4983 ADDOP(c, WITH_EXCEPT_START); in compiler_with()
4996 ADDOP(c, DUP_TOP); in compiler_visit_expr1()
5004 ADDOP(c, binop(e->v.BinOp.op)); in compiler_visit_expr1()
5008 ADDOP(c, unaryop(e->v.UnaryOp.op)); in compiler_visit_expr1()
5035 ADDOP(c, YIELD_VALUE); in compiler_visit_expr1()
5045 ADDOP(c, GET_YIELD_FROM_ITER); in compiler_visit_expr1()
5047 ADDOP(c, YIELD_FROM); in compiler_visit_expr1()
5062 ADDOP(c, GET_AWAITABLE); in compiler_visit_expr1()
5064 ADDOP(c, YIELD_FROM); in compiler_visit_expr1()
5146 ADDOP(c, DUP_TOP); in compiler_augassign()
5152 ADDOP(c, DUP_TOP_TWO); in compiler_augassign()
5153 ADDOP(c, BINARY_SUBSCR); in compiler_augassign()
5170 ADDOP(c, inplace_binop(s->v.AugAssign.op)); in compiler_augassign()
5176 ADDOP(c, ROT_TWO); in compiler_augassign()
5180 ADDOP(c, ROT_THREE); in compiler_augassign()
5181 ADDOP(c, STORE_SUBSCR); in compiler_augassign()
5195 ADDOP(c, POP_TOP); in check_ann_expr()
5272 ADDOP(c, STORE_SUBSCR); in compiler_annassign()
5391 ADDOP(c, op); in compiler_subscript()
6028 ADDOP(c, RETURN_VALUE); in assemble()