Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c219 STATIC void emit_write_bytecode_byte_uint(emit_t *emit, int stack_adj, byte b, mp_uint_t val) { in emit_write_bytecode_byte_uint() function
229 emit_write_bytecode_byte_uint(emit, stack_adj, b, n); in emit_write_bytecode_byte_const()
242 emit_write_bytecode_byte_uint(emit, stack_adj, b, qst); in emit_write_bytecode_byte_qstr()
554 emit_write_bytecode_byte_uint(emit, 1, MP_BC_LOAD_FAST_N + kind, local_num); in mp_emit_bc_load_local()
611 emit_write_bytecode_byte_uint(emit, -1, MP_BC_STORE_FAST_N + kind, local_num); in mp_emit_bc_store_local()
625 emit_write_bytecode_byte_uint(emit, 0, MP_BC_DELETE_FAST + kind, local_num); in mp_emit_bc_delete_local()
758 emit_write_bytecode_byte_uint(emit, stack_adj, MP_BC_BUILD_TUPLE + kind, n_args); in mp_emit_bc_build()
779emit_write_bytecode_byte_uint(emit, -1 - n, MP_BC_STORE_COMP, ((collection_stack_index + n) << 2) … in mp_emit_bc_store_comp()
783 emit_write_bytecode_byte_uint(emit, -1 + n_args, MP_BC_UNPACK_SEQUENCE, n_args); in mp_emit_bc_unpack_sequence()
787emit_write_bytecode_byte_uint(emit, -1 + n_left + n_right + 1, MP_BC_UNPACK_EX, n_left | (n_right … in mp_emit_bc_unpack_ex()
[all …]

Completed in 5 milliseconds