Home
last modified time | relevance | path

Searched refs:SLJIT_HAS_CMOV (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.h588 #define SLJIT_HAS_CMOV 4 macro
DsljitNativeX86_common.c659 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
2971 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
2974 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV))
DsljitNativeSPARC_common.c459 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeARM_64.c389 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeS390X.c1364 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeARM_32.c948 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeARM_T2_32.c484 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeMIPS_common.c693 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c3982 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV) && !HAS_VIRTUAL_REGISTERS) in read_char()
4168 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV) && !HAS_VIRTUAL_REGISTERS) in read_char8_type()
4409 sljit_s32 has_cmov = sljit_has_cpu_feature(SLJIT_HAS_CMOV); in do_utfreadchar_invalid()
4790 sljit_s32 has_cmov = sljit_has_cpu_feature(SLJIT_HAS_CMOV); in do_utfpeakcharback_invalid()
5304 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in mainloop_entry()
6866 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in optimize_class_chars()
8759 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in compile_char1_matchingpath()