Lines Matching refs:word_arg_count

257 	sljit_s32 word_arg_count, saved_arg_count, float_arg_count;  in sljit_emit_enter()  local
275 word_arg_count = 0; in sljit_emit_enter()
293 word_arg_count++; in sljit_emit_enter()
300 if (word_arg_count == 4) in sljit_emit_enter()
303 if (word_arg_count == 3) in sljit_emit_enter()
309 if (word_arg_count <= 2 && !(options & SLJIT_ENTER_CDECL)) in sljit_emit_enter()
376 word_arg_count = 0; in sljit_emit_enter()
388 word_arg_count++; in sljit_emit_enter()
391 if (!(options & SLJIT_ENTER_CDECL) && word_arg_count <= 2) { in sljit_emit_enter()
392 if (word_arg_count == 1) { in sljit_emit_enter()
408 SLJIT_ASSERT(word_arg_count <= 3 || (status & ENTER_TMP_TO_R4)); in sljit_emit_enter()
410 if (word_arg_count <= 3) { in sljit_emit_enter()
412 if (word_arg_count == 3 && local_size > 4 * 4096) in sljit_emit_enter()
416 EMIT_MOV(compiler, word_arg_count, 0, SLJIT_MEM1(SLJIT_SP), args_size); in sljit_emit_enter()
507 sljit_s32 word_arg_count = 0; in sljit_set_context() local
526 if (word_arg_count >= 2) in sljit_set_context()
528 word_arg_count++; in sljit_set_context()
639 sljit_s32 word_arg_count = 0; in c_fast_call_get_stack_size() local
652 word_arg_count++; in c_fast_call_get_stack_size()
653 if (word_arg_count > 2) in c_fast_call_get_stack_size()
662 *word_arg_count_ptr = word_arg_count; in c_fast_call_get_stack_size()
668 sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count, sljit_s32 swap_args) in c_fast_call_with_args() argument
673 if (stack_size == SSIZE_OF(sw) && word_arg_count == 3) { in c_fast_call_with_args()
680 if (word_arg_count >= 4) in c_fast_call_with_args()
687 word_arg_count = 0; in c_fast_call_with_args()
702 word_arg_count++; in c_fast_call_with_args()
703 if (word_arg_count == 3) { in c_fast_call_with_args()
707 else if (word_arg_count == 4) { in c_fast_call_with_args()
718 if (word_arg_count > 0) { in c_fast_call_with_args()
744 sljit_s32 word_arg_count = 0; in cdecl_call_get_stack_size() local
757 word_arg_count++; in cdecl_call_get_stack_size()
766 *word_arg_count_ptr = word_arg_count; in cdecl_call_get_stack_size()
775 sljit_s32 arg_types, sljit_sw stack_size, sljit_s32 word_arg_count) in cdecl_call_with_args() argument
780 if (word_arg_count >= 4) in cdecl_call_with_args()
787 word_arg_count = 0; in cdecl_call_with_args()
803 word_arg_count++; in cdecl_call_with_args()
804 …IT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), stack_size, (word_arg_count >= 4) ? TMP_REG1 : word_arg_cou… in cdecl_call_with_args()
844 sljit_sw types, word_arg_count, float_arg_count; in tail_call_with_args() local
859 word_arg_count = 0; in tail_call_with_args()
878 word_arg_count++; in tail_call_with_args()
880 if (!fast_call || word_arg_count > 2) in tail_call_with_args()
907 if (word_arg_count >= 1) { in tail_call_with_args()
919 if (word_arg_count >= 3) { in tail_call_with_args()
922 if (word_arg_count + float_arg_count >= 4) { in tail_call_with_args()
958 switch (word_arg_count) { in tail_call_with_args()
990 word_arg_count--; in tail_call_with_args()
1009 if (word_arg_count >= 1 && !(src & SLJIT_IMM) && src != SLJIT_R0) { in tail_call_with_args()
1014 if (word_arg_count >= 3) in tail_call_with_args()
1037 if (word_arg_count >= 3) { in tail_call_with_args()
1040 if (word_arg_count >= 4) in tail_call_with_args()
1045 if (word_arg_count >= 1) { in tail_call_with_args()
1075 if (word_arg_count >= 4 && prev_args_size == 0) { in tail_call_with_args()
1083 if (word_arg_count >= 4) { in tail_call_with_args()
1099 if (word_arg_count >= 4 && prev_args_size == SSIZE_OF(sw)) { in tail_call_with_args()
1107 if (word_arg_count >= 4) { in tail_call_with_args()
1136 switch (word_arg_count) { in tail_call_with_args()
1165 word_arg_count--; in tail_call_with_args()
1206 sljit_s32 word_arg_count; in sljit_emit_call() local
1234 stack_size = c_fast_call_get_stack_size(arg_types, &word_arg_count); in sljit_emit_call()
1235 PTR_FAIL_IF(c_fast_call_with_args(compiler, arg_types, stack_size, word_arg_count, 0)); in sljit_emit_call()
1250 stack_size = cdecl_call_get_stack_size(compiler, arg_types, &word_arg_count); in sljit_emit_call()
1251 PTR_FAIL_IF(cdecl_call_with_args(compiler, arg_types, stack_size, word_arg_count)); in sljit_emit_call()
1270 sljit_s32 word_arg_count; in sljit_emit_icall() local
1303 stack_size = c_fast_call_get_stack_size(arg_types, &word_arg_count); in sljit_emit_icall()
1306 if (word_arg_count > 0) { in sljit_emit_icall()
1316 FAIL_IF(c_fast_call_with_args(compiler, arg_types, stack_size, word_arg_count, swap_args)); in sljit_emit_icall()
1334 stack_size = cdecl_call_get_stack_size(compiler, arg_types, &word_arg_count); in sljit_emit_icall()
1335 FAIL_IF(cdecl_call_with_args(compiler, arg_types, stack_size, word_arg_count)); in sljit_emit_icall()