Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dasmxtensa.h319 #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
H A Dasmx86.h180 #define ASM_CALL_IND(as, idx) asm_x86_call_ind(as, idx, mp_f_n_args[idx], ASM_X86_REG_EAX) macro
H A Dasmx64.h185 #define ASM_CALL_IND(as, idx) asm_x64_call_ind(as, idx, ASM_X64_REG_RAX) macro
H A Demitnative.c483 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()
H A Dasmarm.h181 #define ASM_CALL_IND(as, idx) asm_arm_bl_ind(as, idx, ASM_ARM_REG_R3) macro
H A Dasmthumb.h388 #define ASM_CALL_IND(as, idx) asm_thumb_bl_ind(as, idx, ASM_THUMB_REG_R3) macro