Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h173 #define SLJIT_R3 4 macro
DsljitNativeX86_common.c74 if (p >= SLJIT_R3 && p <= SLJIT_R6) { \
75 w = SLJIT_LOCALS_OFFSET + ((p) - (SLJIT_R3 + 4)) * sizeof(sljit_sw); \
2251 if (reg >= SLJIT_R3 && reg <= SLJIT_R6)
DsljitLir.c698 CHECK_ARGUMENT((p) < SLJIT_R3 || (p) > SLJIT_R6);
/external/pcre/dist2/src/
Dpcre2_jit_compile.c507 #define TMP3 SLJIT_R3