Searched refs:SLJIT_HAS_CMOV (Results 1 – 8 of 8) sorted by relevance
579 #define SLJIT_HAS_CMOV 4 macro
655 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()2972 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))2975 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV))
458 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
398 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
692 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
482 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
874 case SLJIT_HAS_CMOV: in sljit_has_cpu_feature()
3985 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV) && !HAS_VIRTUAL_REGISTERS) in read_char()4171 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV) && !HAS_VIRTUAL_REGISTERS) in read_char8_type()4412 sljit_s32 has_cmov = sljit_has_cpu_feature(SLJIT_HAS_CMOV); in do_utfreadchar_invalid()4786 sljit_s32 has_cmov = sljit_has_cpu_feature(SLJIT_HAS_CMOV); in do_utfpeakcharback_invalid()5300 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in mainloop_entry()6789 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in optimize_class_chars()8682 if (sljit_has_cpu_feature(SLJIT_HAS_CMOV)) in compile_char1_matchingpath()
Completed in 100 milliseconds