Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Demitnx86.c56 [MP_F_UNPACK_EX] = 3,
H A Dnativeglue.h75 MP_F_UNPACK_EX, enumerator
H A Demitnative.c2677 …emit_call_with_imm_arg(emit, MP_F_UNPACK_EX, n_left | (n_right << 8), REG_ARG_2); // arg2 = n_left… in emit_native_unpack_ex()