Lines Matching refs:kept_saveds_count

268 	sljit_s32 kept_saveds_count = SLJIT_KEPT_SAVEDS_COUNT(options);  in sljit_emit_enter()  local
344 size = (scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3) - kept_saveds_count; in sljit_emit_enter()
357 if ((saveds > 2 && kept_saveds_count <= 2) || scratches > 9) in sljit_emit_enter()
359 if ((saveds > 1 && kept_saveds_count <= 1) || scratches > 10) in sljit_emit_enter()
361 if ((saveds > 0 && kept_saveds_count == 0) || scratches > 11) in sljit_emit_enter()
468 kept_saveds_count = SLJIT_R3 - kept_saveds_count; in sljit_emit_enter()
471 EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), size, kept_saveds_count, 0); in sljit_emit_enter()
472 kept_saveds_count++; in sljit_emit_enter()
533 sljit_s32 kept_saveds_count = SLJIT_KEPT_SAVEDS_COUNT(compiler->options); in emit_stack_frame_release() local
539 (compiler->saveds <= 3 ? compiler->saveds : 3) - kept_saveds_count); in emit_stack_frame_release()
563 if ((saveds > 0 && kept_saveds_count == 0) || compiler->scratches > 11) in emit_stack_frame_release()
565 if ((saveds > 1 && kept_saveds_count <= 1) || compiler->scratches > 10) in emit_stack_frame_release()
567 if ((saveds > 2 && kept_saveds_count <= 2) || compiler->scratches > 9) in emit_stack_frame_release()
744 sljit_s32 kept_saveds_count = SLJIT_KEPT_SAVEDS_COUNT(compiler->options); in tail_call_with_args() local
751 + (compiler->saveds <= 3 ? compiler->saveds : 3) - kept_saveds_count) * SSIZE_OF(sw); in tail_call_with_args()
884 if ((compiler->saveds > 1 && kept_saveds_count <= 1) || compiler->scratches > 10) { in tail_call_with_args()
888 if ((compiler->saveds > 0 && kept_saveds_count == 0) || compiler->scratches > 11) { in tail_call_with_args()
967 sljit_s32 kept_saveds_count, offset; in tail_call_reg_arg_with_args() local
983 kept_saveds_count = SLJIT_KEPT_SAVEDS_COUNT(compiler->options); in tail_call_reg_arg_with_args()
986 if ((compiler->saveds > 0 && kept_saveds_count == 0) || compiler->scratches > 11) in tail_call_reg_arg_with_args()
988 if ((compiler->saveds > 1 && kept_saveds_count <= 1) || compiler->scratches > 10) in tail_call_reg_arg_with_args()
990 if ((compiler->saveds > 2 && kept_saveds_count <= 2) || compiler->scratches > 9) in tail_call_reg_arg_with_args()