Lines Matching refs:float_arg_count

317 	sljit_s32 word_arg_count, saved_arg_count, float_arg_count;  in sljit_emit_enter()  local
355 float_arg_count = 0; in sljit_emit_enter()
360 float_arg_count++; in sljit_emit_enter()
361 FAIL_IF(emit_sse2_load(compiler, 0, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter()
365 float_arg_count++; in sljit_emit_enter()
366 FAIL_IF(emit_sse2_load(compiler, 1, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter()
708 sljit_s32 float_arg_count = 0, arg4_reg = 0, arg_offset; in call_with_args() local
730 float_arg_count++; in call_with_args()
731 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args()
735 float_arg_count++; in call_with_args()
736 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args()
785 sljit_sw types, word_arg_count, float_arg_count; in tail_call_with_args() local
799 float_arg_count = 0; in tail_call_with_args()
810 float_arg_count++; in tail_call_with_args()
814 float_arg_count++; in tail_call_with_args()
842 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
843 float_arg_count--; in tail_call_with_args()
847 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
848 float_arg_count--; in tail_call_with_args()
951 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
952 float_arg_count--; in tail_call_with_args()
956 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), offset, float_arg_count)); in tail_call_with_args()
957 float_arg_count--; in tail_call_with_args()