Lines Matching refs:scratches
67 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
74 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
75 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
84 if (scratches > 3) in sljit_emit_enter()
89 if (scratches > 3) in sljit_emit_enter()
90 compiler->saveds_offset += ((scratches > (3 + 6)) ? 6 : (scratches - 3)) * sizeof(sljit_sw); in sljit_emit_enter()
100 size = 1 + (scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3); in sljit_emit_enter()
117 if (saveds > 2 || scratches > 9) in sljit_emit_enter()
119 if (saveds > 1 || scratches > 10) in sljit_emit_enter()
121 if (saveds > 0 || scratches > 11) in sljit_emit_enter()
165 …saveds = (2 + (scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3)) * sizeof(sljit_u… in sljit_emit_enter()
243 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
247 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
248 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
256 if (scratches > 3) in sljit_set_context()
261 if (scratches > 3) in sljit_set_context()
262 compiler->saveds_offset += ((scratches > (3 + 6)) ? 6 : (scratches - 3)) * sizeof(sljit_sw); in sljit_set_context()
273 …saveds = (2 + (scratches > 9 ? (scratches - 9) : 0) + (saveds <= 3 ? saveds : 3)) * sizeof(sljit_u… in sljit_set_context()
308 size = 2 + (compiler->scratches > 7 ? (compiler->scratches - 7) : 0) + in sljit_emit_return()
322 if (compiler->saveds > 0 || compiler->scratches > 11) in sljit_emit_return()
324 if (compiler->saveds > 1 || compiler->scratches > 10) in sljit_emit_return()
326 if (compiler->saveds > 2 || compiler->scratches > 9) in sljit_emit_return()