Home
last modified time | relevance | path

Searched refs:MP_F_CONVERT_OBJ_TO_NATIVE (Results 1 – 3 of 3) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Demitnx86.c19 [MP_F_CONVERT_OBJ_TO_NATIVE] = 2,
H A Dnativeglue.h38 MP_F_CONVERT_OBJ_TO_NATIVE, enumerator
H A Demitnative.c491 … emit_call_with_imm_arg(emit, MP_F_CONVERT_OBJ_TO_NATIVE, emit->local_vtype[i], REG_ARG_2); in emit_native_start_pass()
2732 … emit_call_with_imm_arg(emit, MP_F_CONVERT_OBJ_TO_NATIVE, vtype_cast, REG_ARG_2); // arg2 = type in emit_native_call_function()