HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_R3 (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/sljit/
sljitLir.h 171 #define SLJIT_R3 4
    [all...]
sljitNativeX86_common.c 74 if (p >= SLJIT_R3 && p <= SLJIT_R6) { \
75 w = FIXED_LOCALS_OFFSET + ((p) - (SLJIT_R3 + 4)) * sizeof(sljit_sw); \
    [all...]
sljitLir.c 654 SLJIT_ASSERT((p) < SLJIT_R3 || (p) > SLJIT_R6);
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 480 #define TMP3 SLJIT_R3
    [all...]

Completed in 43 milliseconds