Home | History | Annotate | Download | only in sljit_src

Lines Matching refs:scratches

71 	sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
78 CHECK(check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size));
79 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
86 compiler->locals_offset = ((scratches > 2) ? 4 : 2) * sizeof(sljit_sw);
90 saved_register_size = GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1);
103 for (i = scratches; i >= SLJIT_FIRST_SAVED_REG; i--) {
228 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
234 CHECK(check_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size));
235 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
242 compiler->locals_offset = ((scratches > 2) ? 4 : 2) * sizeof(sljit_sw);
246 saved_register_size = GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1);
293 tmp = compiler->scratches;