Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h634 #define SLJIT_HAS_CMOV 6 macro
DsljitNativeX86_common.c766 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
3251 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
3254 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV))
DsljitNativeARM_64.c398 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeARM_T2_32.c501 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeS390X.c1659 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeARM_32.c964 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
DsljitNativeMIPS_common.c736 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c4055 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV) && !HAS_VIRTUAL_REGISTERS) in read_char()
4241 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV) && !HAS_VIRTUAL_REGISTERS) in read_char8_type()
4483 sljit_s32 has_cmov = sljit_has_cpu_feature(SLJIT_HAS_CMOV); in do_utfreadchar_invalid()
4864 sljit_s32 has_cmov = sljit_has_cpu_feature(SLJIT_HAS_CMOV); in do_utfpeakcharback_invalid()
5378 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in mainloop_entry()
6940 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in optimize_class_chars()
8990 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in compile_char1_matchingpath()