Searched refs:mp_fun_kind_t (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | nativeglue.h | 86 } mp_fun_kind_t; typedef
|
A D | emitnative.c | 280 STATIC void emit_call_with_imm_arg(emit_t *emit, mp_fun_kind_t fun_kind, mp_int_t arg_val, int arg_… 1014 STATIC void emit_call(emit_t *emit, mp_fun_kind_t fun_kind) { in emit_call() 1019 STATIC void emit_call_with_imm_arg(emit_t *emit, mp_fun_kind_t fun_kind, mp_int_t arg_val, int arg_… in emit_call_with_imm_arg() 1025 STATIC void emit_call_with_2_imm_args(emit_t *emit, mp_fun_kind_t fun_kind, mp_int_t arg_val1, int … in emit_call_with_2_imm_args() 1032 STATIC void emit_call_with_qstr_arg(emit_t *emit, mp_fun_kind_t fun_kind, qstr qst, int arg_reg) { in emit_call_with_qstr_arg() 2634 mp_fun_kind_t f; in emit_native_store_comp()
|
Completed in 10 milliseconds