Lines Matching refs:saveds
255 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \ argument
257 (saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? saveds : SLJIT_NUMBER_OF_SAVED_REGISTERS) + \
412 compiler->saveds = -1; in sljit_create_compiler()
623 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() argument
631 compiler->saveds = saveds; in set_emit_enter()
640 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() argument
648 compiler->saveds = saveds; in set_set_context()
696 || ((r) > (SLJIT_S0 - compiler->saveds) && (r) <= SLJIT_S0))
710 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src_mem()
744 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src()
764 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_dst()
781 if (compiler->scratches == -1 || compiler->saveds == -1) in function_fcheck()
966 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter() argument
978 CHECK_ARGUMENT(saveds >= 0 && saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
979 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
994 CHECK_ARGUMENT(arg_count <= saveds && types == 0); in check_sljit_emit_enter()
1011 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_emit_enter()
1018 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_set_context() argument
1030 CHECK_ARGUMENT(saveds >= 0 && saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1031 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1045 CHECK_ARGUMENT(arg_count <= saveds && types == 0); in check_sljit_set_context()
1062 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_set_context()
1778 CHECK_ARGUMENT(compiler->scratches != -1 && compiler->saveds != -1); in check_sljit_emit_cmov()
2274 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
2281 SLJIT_UNUSED_ARG(saveds); in sljit_emit_enter()
2290 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
2297 SLJIT_UNUSED_ARG(saveds); in sljit_set_context()