Searched refs:ASM_CALL_IND (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.h | 319 #define ASM_CALL_IND(as, idx) asm_xtensa_call_ind((as), (idx)) macro 349 #define ASM_CALL_IND(as, idx) asm_xtensa_call_ind_win((as), (idx)) macro
|
A D | asmx86.h | 180 #define ASM_CALL_IND(as, idx) asm_x86_call_ind(as, idx, mp_f_n_args[idx], ASM_X86_REG_EAX) macro
|
A D | asmx64.h | 185 #define ASM_CALL_IND(as, idx) asm_x64_call_ind(as, idx, ASM_X64_REG_RAX) macro
|
A D | asmarm.h | 181 #define ASM_CALL_IND(as, idx) asm_arm_bl_ind(as, idx, ASM_ARM_REG_R3) macro
|
A D | emitnative.c | 483 ASM_CALL_IND(emit->as, MP_F_ARG_CHECK_NUM_SIG); in emit_native_start_pass() 611 ASM_CALL_IND(emit->as, MP_F_SETUP_CODE_STATE); in emit_native_start_pass() 1016 ASM_CALL_IND(emit->as, fun_kind); in emit_call() 1022 ASM_CALL_IND(emit->as, fun_kind); in emit_call_with_imm_arg() 1029 ASM_CALL_IND(emit->as, fun_kind); in emit_call_with_2_imm_args() 1035 ASM_CALL_IND(emit->as, fun_kind); in emit_call_with_qstr_arg() 2695 ASM_CALL_IND(emit->as, MP_F_MAKE_FUNCTION_FROM_RAW_CODE); in emit_native_make_function() 2709 ASM_CALL_IND(emit->as, MP_F_MAKE_CLOSURE_FROM_RAW_CODE); in emit_native_make_closure()
|
A D | asmthumb.h | 388 #define ASM_CALL_IND(as, idx) asm_thumb_bl_ind(as, idx, ASM_THUMB_REG_R3) macro
|
Completed in 16 milliseconds