Lines Matching refs:PUSH

96 #define PUSH(val) *++sp = (val)  macro
303 PUSH(mp_const_false); in mp_execute_bytecode()
307 PUSH(mp_const_none); in mp_execute_bytecode()
311 PUSH(mp_const_true); in mp_execute_bytecode()
323 PUSH(MP_OBJ_NEW_SMALL_INT(num)); in mp_execute_bytecode()
329 PUSH(MP_OBJ_NEW_QSTR(qst)); in mp_execute_bytecode()
335 PUSH(obj); in mp_execute_bytecode()
340 PUSH(MP_OBJ_NULL); in mp_execute_bytecode()
354 PUSH(obj_shared); in mp_execute_bytecode()
368 PUSH(mp_load_name(qst)); in mp_execute_bytecode()
382 PUSH(obj); in mp_execute_bytecode()
392 PUSH(mp_load_global(qst)); in mp_execute_bytecode()
406 PUSH(obj); in mp_execute_bytecode()
461 PUSH(mp_load_build_class()); in mp_execute_bytecode()
575 PUSH(top); in mp_execute_bytecode()
655 PUSH(ret); in mp_execute_bytecode()
716PUSH((mp_obj_t)(mp_uint_t)(uintptr_t)(ip + slab)); // push destination ip for jump in mp_execute_bytecode()
717PUSH((mp_obj_t)(mp_uint_t)(*ip)); // push number of exception handlers to unwind (0x80 bit set if … in mp_execute_bytecode()
738 PUSH(MP_OBJ_NEW_SMALL_INT(unum)); in mp_execute_bytecode()
786 PUSH((mp_obj_t)cause); in mp_execute_bytecode()
834 PUSH(value); // push the next iteration value in mp_execute_bytecode()
872 PUSH(mp_obj_new_dict(unum)); in mp_execute_bytecode()
944 PUSH(mp_make_function_from_raw_code(ptr, MP_OBJ_NULL, MP_OBJ_NULL)); in mp_execute_bytecode()
1164 PUSH(MP_OBJ_NEW_SMALL_INT(-1)); in mp_execute_bytecode()
1257 PUSH(ret_value); in mp_execute_bytecode()
1290 PUSH(obj); in mp_execute_bytecode()
1301PUSH(MP_OBJ_NEW_SMALL_INT((mp_int_t)ip[-1] - MP_BC_LOAD_CONST_SMALL_INT_MULTI - MP_BC_LOAD_CONST_S… in mp_execute_bytecode()
1330PUSH(MP_OBJ_NEW_SMALL_INT((mp_int_t)ip[-1] - MP_BC_LOAD_CONST_SMALL_INT_MULTI - MP_BC_LOAD_CONST_S… in mp_execute_bytecode()
1509 PUSH(MP_OBJ_FROM_PTR(nlr.ret_val)); in mp_execute_bytecode()