Lines Matching refs:saveds

257 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \  argument
259 (saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? saveds : SLJIT_NUMBER_OF_SAVED_REGISTERS) + \
414 compiler->saveds = -1; in sljit_create_compiler()
655 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() argument
663 compiler->saveds = saveds; in set_emit_enter()
672 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() argument
680 compiler->saveds = saveds; in set_set_context()
741 || ((r) > (SLJIT_S0 - compiler->saveds) && (r) <= SLJIT_S0))
755 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src_mem()
789 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src()
809 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_dst()
826 if (compiler->scratches == -1 || compiler->saveds == -1) in function_fcheck()
1018 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter() argument
1030 CHECK_ARGUMENT(saveds >= 0 && saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
1031 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
1046 CHECK_ARGUMENT(arg_count <= saveds && types == 0); in check_sljit_emit_enter()
1063 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_emit_enter()
1070 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context() argument
1082 CHECK_ARGUMENT(saveds >= 0 && saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1083 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1097 CHECK_ARGUMENT(arg_count <= saveds && types == 0); in check_sljit_set_context()
1114 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_set_context()
1841 CHECK_ARGUMENT(compiler->scratches != -1 && compiler->saveds != -1); in check_sljit_emit_cmov()
2352 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
2359 SLJIT_UNUSED_ARG(saveds); in sljit_emit_enter()
2368 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
2375 SLJIT_UNUSED_ARG(saveds); in sljit_set_context()