Home | History | Annotate | Download | only in sljit

Lines Matching refs:scratches

575 	sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
581 check_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
584 compiler->scratches = scratches;
602 for (i = scratches; i >= SLJIT_FIRST_SAVED_REG; i--) {
607 SLJIT_ASSERT(offs == -(sljit_si)GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1));
623 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1) + FIXED_LOCALS_OFFSET;
647 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds,
651 check_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size);
654 compiler->scratches = scratches;
662 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1) + FIXED_LOCALS_OFFSET;
688 offs = -(sljit_si)GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 1);
690 tmp = compiler->scratches;