Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demitglue.c109 assert(kind == MP_CODE_NATIVE_PY || kind == MP_CODE_NATIVE_VIPER || kind == MP_CODE_NATIVE_ASM); in mp_emit_glue_assign_native()
197 case MP_CODE_NATIVE_ASM: in mp_make_function_from_raw_code()
A Demitglue.h49 MP_CODE_NATIVE_ASM, enumerator
A Dpersistentcode.c423 if (kind == MP_CODE_NATIVE_ASM) { in load_raw_code()
435 if (kind != MP_CODE_NATIVE_ASM) { in load_raw_code()
738 if (rc->kind == MP_CODE_NATIVE_ASM) { in save_raw_code()
746 if (rc->kind != MP_CODE_NATIVE_ASM) { in save_raw_code()
A Dcompile.c3386 mp_emit_glue_assign_native(comp->scope_cur->raw_code, MP_CODE_NATIVE_ASM, in compile_scope_inline_asm()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py102 MP_CODE_NATIVE_ASM = 5 variable
235 MP_CODE_NATIVE_ASM: "MP_CODE_NATIVE_ASM",
758 if kind == MP_CODE_NATIVE_ASM:
766 if kind != MP_CODE_NATIVE_ASM:

Completed in 15 milliseconds