Home
last modified time | relevance | path

Searched refs:SLJIT_R3 (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h173 #define SLJIT_R3 4 macro
H A DsljitNativeX86_common.c74 if (p >= SLJIT_R3 && p <= SLJIT_R6) { \
75 w = SLJIT_LOCALS_OFFSET + ((p) - (SLJIT_R3 + 4)) * sizeof(sljit_sw); \
2228 if (reg >= SLJIT_R3 && reg <= SLJIT_R6)
H A DsljitLir.c698 CHECK_ARGUMENT((p) < SLJIT_R3 || (p) > SLJIT_R6);
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c476 #define TMP3 SLJIT_R3

Completed in 52 milliseconds