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

  /external/pcre/dist/sljit/
sljitNativeX86_32.c 425 inst = (sljit_ub*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2);
427 INC_SIZE(type >= SLJIT_CALL3 ? 2 + 1 : 2);
429 if (type >= SLJIT_CALL3)
448 if (type >= SLJIT_CALL3) {
sljitNativeX86_64.c 576 inst = (sljit_ub*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6));
578 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6);
579 if (type >= SLJIT_CALL3) {
590 inst = (sljit_ub*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6));
592 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6);
593 if (type >= SLJIT_CALL3) {
sljitLir.h     [all...]
sljitLir.c     [all...]
sljitNativePPC_common.c     [all...]
sljitNativeX86_common.c     [all...]
  /external/pcre/dist/
pcre_jit_compile.c     [all...]

Completed in 382 milliseconds