Searched refs:SLJIT_HAS_CMOV (Results 1 – 9 of 9) sorted by relevance
634 #define SLJIT_HAS_CMOV 6 macro
766 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))
463 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
398 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
501 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
1659 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
964 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
736 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
4055 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()
Completed in 152 milliseconds