Lines Matching refs:saveds

248 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \  argument
250 (saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? saveds : SLJIT_NUMBER_OF_SAVED_REGISTERS) + \
412 compiler->saveds = -1; in sljit_create_compiler()
670 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() argument
678 compiler->saveds = saveds; in set_emit_enter()
687 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() argument
695 compiler->saveds = saveds; in set_set_context()
756 || ((r) > (SLJIT_S0 - compiler->saveds) && (r) <= SLJIT_S0))
770 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src_mem()
804 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src()
824 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_dst()
841 if (compiler->scratches == -1 || compiler->saveds == -1) in function_fcheck()
1032 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter() argument
1044 CHECK_ARGUMENT(saveds >= 0 && saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
1045 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
1060 CHECK_ARGUMENT(arg_count <= saveds && types == 0); in check_sljit_emit_enter()
1077 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_emit_enter()
1084 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context() argument
1096 CHECK_ARGUMENT(saveds >= 0 && saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1097 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1111 CHECK_ARGUMENT(arg_count <= saveds && types == 0); in check_sljit_set_context()
1128 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_set_context()
1854 CHECK_ARGUMENT(compiler->scratches != -1 && compiler->saveds != -1); in check_sljit_emit_cmov()
2366 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
2373 SLJIT_UNUSED_ARG(saveds); in sljit_emit_enter()
2382 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
2389 SLJIT_UNUSED_ARG(saveds); in sljit_set_context()