Home | History | Annotate | Download | only in sljit

Lines Matching refs:SLJIT_FR0

701 	if (((p) >= SLJIT_FR0 && (p) < (SLJIT_FR0 + compiler->fscratches)) || \
798 if ((p) < (SLJIT_FR0 + compiler->fscratches)) \
799 fprintf(compiler->verbose, "fr%d", (p) - SLJIT_FR0); \