Lines Matching refs:float_arg_count

257 	sljit_s32 word_arg_count, saved_arg_count, float_arg_count;  in sljit_emit_enter()  local
277 float_arg_count = 0; in sljit_emit_enter()
283 float_arg_count++; in sljit_emit_enter()
284 FAIL_IF(emit_sse2_load(compiler, 0, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter()
288 float_arg_count++; in sljit_emit_enter()
289 FAIL_IF(emit_sse2_load(compiler, 1, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter()
671 sljit_s32 float_arg_count; in c_fast_call_with_args() local
688 float_arg_count = 0; in c_fast_call_with_args()
692 float_arg_count++; in c_fast_call_with_args()
693 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
697 float_arg_count++; in c_fast_call_with_args()
698 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
777 sljit_s32 float_arg_count = 0; in cdecl_call_with_args() local
793 float_arg_count++; in cdecl_call_with_args()
794 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in cdecl_call_with_args()
798 float_arg_count++; in cdecl_call_with_args()
799 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in cdecl_call_with_args()
844 sljit_sw types, word_arg_count, float_arg_count; in tail_call_with_args() local
860 float_arg_count = 0; in tail_call_with_args()
871 float_arg_count++; in tail_call_with_args()
875 float_arg_count++; in tail_call_with_args()
922 if (word_arg_count + float_arg_count >= 4) { in tail_call_with_args()
949 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
950 float_arg_count--; in tail_call_with_args()
954 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
955 float_arg_count--; in tail_call_with_args()
1127 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
1128 float_arg_count--; in tail_call_with_args()
1132 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
1133 float_arg_count--; in tail_call_with_args()