Lines Matching refs:POP
97 #define POP() (*sp--) macro
466 mp_obj_t index = POP(); in mp_execute_bytecode()
473 fastn[-unum] = POP(); in mp_execute_bytecode()
479 mp_obj_cell_set(fastn[-unum], POP()); in mp_execute_bytecode()
486 mp_store_name(qst, POP()); in mp_execute_bytecode()
493 mp_store_global(qst, POP()); in mp_execute_bytecode()
612 if (mp_obj_is_true(POP())) { in mp_execute_bytecode()
620 if (!mp_obj_is_true(POP())) { in mp_execute_bytecode()
719 mp_uint_t unum = (mp_uint_t)POP(); // get number of exception handlers to unwind in mp_execute_bytecode()
748 ip = (const byte*)MP_OBJ_TO_PTR(POP()); // pop destination ip for jump in mp_execute_bytecode()
779 mp_int_t cause = MP_OBJ_SMALL_INT_VALUE(POP()); in mp_execute_bytecode()
898 step = POP(); in mp_execute_bytecode()
900 mp_obj_t stop = POP(); in mp_execute_bytecode()
951 mp_obj_t def_dict = POP(); in mp_execute_bytecode()
1243 mp_obj_t send_value = POP(); in mp_execute_bytecode()
1280 mp_obj_t obj = POP(); in mp_execute_bytecode()
1296 mp_import_all(POP()); in mp_execute_bytecode()
1309 fastn[MP_BC_STORE_FAST_MULTI - (mp_int_t)ip[-1]] = POP(); in mp_execute_bytecode()
1319 mp_obj_t rhs = POP(); in mp_execute_bytecode()
1336 fastn[MP_BC_STORE_FAST_MULTI - (mp_int_t)ip[-1]] = POP(); in mp_execute_bytecode()
1342 mp_obj_t rhs = POP(); in mp_execute_bytecode()