Home
last modified time | relevance | path

Searched refs:SLJIT_FR0 (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.c745 if (((p) >= SLJIT_FR0 && (p) < (SLJIT_FR0 + compiler->fscratches)) || \
841 if ((p) < (SLJIT_FR0 + compiler->fscratches)) \
842 fprintf(compiler->verbose, "fr%d", (p) - SLJIT_FR0); \
DsljitLir.h237 #define SLJIT_FR0 1 macro