Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c113 if (emit->pass < MP_PASS_EMIT) { in emit_get_cur_to_write_code_info()
170 if (emit->pass < MP_PASS_EMIT) { in emit_get_cur_to_write_bytecode()
226 if (emit->pass == MP_PASS_EMIT) { in emit_write_bytecode_byte_const()
285 if (emit->pass < MP_PASS_EMIT) { in emit_write_bytecode_byte_unsigned_label()
300 if (emit->pass < MP_PASS_EMIT) { in emit_write_bytecode_byte_signed_label()
320 if (pass < MP_PASS_EMIT && emit->label_offsets != NULL) { in mp_emit_bc_start_pass()
361 if (pass == MP_PASS_EMIT) { in mp_emit_bc_start_pass()
440 } else if (emit->pass == MP_PASS_EMIT) { in mp_emit_bc_end_pass()
494 if (emit->pass < MP_PASS_EMIT) { in mp_emit_bc_label_assign()
A Demitinlinextensa.c75 …mp_asm_base_start_pass(&emit->as.base, pass == MP_PASS_EMIT ? MP_ASM_PASS_EMIT : MP_ASM_PASS_COMPU… in emit_inline_xtensa_start_pass()
194 if (emit->pass == MP_PASS_EMIT) { in get_arg_label()
A Demitinlinethumb.c91 …mp_asm_base_start_pass(&emit->as.base, pass == MP_PASS_EMIT ? MP_ASM_PASS_EMIT : MP_ASM_PASS_COMPU… in emit_inline_thumb_start_pass()
348 if (emit->pass == MP_PASS_EMIT) { in get_arg_label()
A Demit.h46 MP_PASS_EMIT = 4, // emit code enumerator
A Demitnative.c315 if (emit->pass == MP_PASS_EMIT) { in emit_native_mov_reg_qstr()
328 if (emit->pass == MP_PASS_EMIT) { in emit_native_mov_reg_qstr_obj()
413 …mp_asm_base_start_pass(&emit->as->base, pass == MP_PASS_EMIT ? MP_ASM_PASS_EMIT : MP_ASM_PASS_COMP… in emit_native_start_pass()
632 if (pass == MP_PASS_EMIT) { in emit_native_start_pass()
695 if (emit->pass == MP_PASS_EMIT) { in emit_native_end_pass()
735 if (emit->pass == MP_PASS_EMIT) { in emit_native_end_pass()
1145 if (emit->pass == MP_PASS_EMIT) { in emit_load_reg_with_ptr()
A Dcompile.c2820 if (comp->pass != MP_PASS_EMIT) { in compile_node()
2840 if (comp->pass != MP_PASS_EMIT) { in compile_node()
3384 if (comp->pass == MP_PASS_EMIT) { in compile_scope_inline_asm()
3585 compile_scope_inline_asm(comp, s, MP_PASS_EMIT); in mp_compile_to_raw_code()
3624 compile_scope(comp, s, MP_PASS_EMIT); in mp_compile_to_raw_code()

Completed in 24 milliseconds