Home
last modified time | relevance | path

Searched refs:SLJIT_HAS_SSE2 (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h183 #define JIT_HAS_FAST_FORWARD_CHAR_SIMD (sljit_has_cpu_feature(SLJIT_HAS_SSE2))
347 #define JIT_HAS_FAST_REQUESTED_CHAR_SIMD (sljit_has_cpu_feature(SLJIT_HAS_SSE2))
492 #define JIT_HAS_FAST_FORWARD_CHAR_PAIR_SIMD (sljit_has_cpu_feature(SLJIT_HAS_SSE2))
/external/pcre/dist2/src/sljit/
DsljitLir.h594 #define SLJIT_HAS_SSE2 100 macro
DsljitNativeX86_common.c667 case SLJIT_HAS_SSE2: in sljit_has_cpu_feature()