Lines Matching refs:scratches

248 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \  argument
249 …(((scratches < SLJIT_NUMBER_OF_SCRATCH_REGISTERS ? 0 : (scratches - SLJIT_NUMBER_OF_SCRATCH_REGIST…
411 compiler->scratches = -1; in sljit_create_compiler()
670 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() argument
677 compiler->scratches = scratches; in set_emit_enter()
687 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() argument
694 compiler->scratches = scratches; in set_set_context()
755 (((r) >= SLJIT_R0 && (r) < (SLJIT_R0 + compiler->scratches)) \
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()
877 if (r < (SLJIT_R0 + compiler->scratches)) in sljit_verbose_reg()
1032 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter() argument
1043 CHECK_ARGUMENT(scratches >= 0 && scratches <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
1045 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); 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
1095 CHECK_ARGUMENT(scratches >= 0 && scratches <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1097 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1128 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_set_context()
1137 CHECK_ARGUMENT(compiler->scratches >= 0); in check_sljit_emit_return()
1182 …UMENT(GET_OPCODE(op) < SLJIT_LMUL_UW || GET_OPCODE(op) >= SLJIT_ENDBR || compiler->scratches >= 2); in check_sljit_emit_op0()
1626 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_call() local
1632 scratches = 0; in check_sljit_emit_call()
1644 scratches++; in check_sljit_emit_call()
1649 CHECK_ARGUMENT(compiler->scratches > 0); in check_sljit_emit_call()
1654 CHECK_ARGUMENT(compiler->scratches >= scratches); in check_sljit_emit_call()
1755 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_icall() local
1761 scratches = 0; in check_sljit_emit_icall()
1773 scratches++; in check_sljit_emit_icall()
1778 CHECK_ARGUMENT(compiler->scratches > 0); in check_sljit_emit_icall()
1783 CHECK_ARGUMENT(compiler->scratches >= scratches); in check_sljit_emit_icall()
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
2372 SLJIT_UNUSED_ARG(scratches); in sljit_emit_enter()
2382 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
2388 SLJIT_UNUSED_ARG(scratches); in sljit_set_context()