Lines Matching refs:scratches

257 #define GET_SAVED_REGISTERS_SIZE(scratches, saveds, extra) \  argument
258 …(((scratches < SLJIT_NUMBER_OF_SCRATCH_REGISTERS ? 0 : (scratches - SLJIT_NUMBER_OF_SCRATCH_REGIST…
413 compiler->scratches = -1; in sljit_create_compiler()
655 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_emit_enter() argument
662 compiler->scratches = scratches; in set_emit_enter()
672 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds, in set_set_context() argument
679 compiler->scratches = scratches; in set_set_context()
740 (((r) >= SLJIT_R0 && (r) < (SLJIT_R0 + compiler->scratches)) \
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()
862 if (r < (SLJIT_R0 + compiler->scratches)) in sljit_verbose_reg()
1018 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in check_sljit_emit_enter() argument
1029 CHECK_ARGUMENT(scratches >= 0 && scratches <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_emit_enter()
1031 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); 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
1081 CHECK_ARGUMENT(scratches >= 0 && scratches <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1083 CHECK_ARGUMENT(scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS); in check_sljit_set_context()
1114 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_set_context()
1123 CHECK_ARGUMENT(compiler->scratches >= 0); in check_sljit_emit_return()
1168 …UMENT(GET_OPCODE(op) < SLJIT_LMUL_UW || GET_OPCODE(op) >= SLJIT_ENDBR || compiler->scratches >= 2); in check_sljit_emit_op0()
1612 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_call() local
1618 scratches = 0; in check_sljit_emit_call()
1630 scratches++; in check_sljit_emit_call()
1635 CHECK_ARGUMENT(compiler->scratches > 0); in check_sljit_emit_call()
1640 CHECK_ARGUMENT(compiler->scratches >= scratches); in check_sljit_emit_call()
1741 sljit_s32 i, types, curr_type, scratches, fscratches; in check_sljit_emit_icall() local
1747 scratches = 0; in check_sljit_emit_icall()
1759 scratches++; in check_sljit_emit_icall()
1764 CHECK_ARGUMENT(compiler->scratches > 0); in check_sljit_emit_icall()
1769 CHECK_ARGUMENT(compiler->scratches >= scratches); in check_sljit_emit_icall()
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
2358 SLJIT_UNUSED_ARG(scratches); in sljit_emit_enter()
2368 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
2374 SLJIT_UNUSED_ARG(scratches); in sljit_set_context()