Home
last modified time | relevance | path

Searched refs:feature_type (Results 1 – 10 of 10) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h733 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
H A DsljitNativeLOONGARCH_64.c389 static SLJIT_INLINE sljit_u32 get_cpu_features(sljit_u32 feature_type) in get_cpu_features() argument
396 return feature_type ? hwcap_feature_list : cfg2_feature_list; in get_cpu_features()
789 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
791 switch (feature_type) in sljit_has_cpu_feature()
H A DsljitNativeARM_64.c575 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
577 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativePPC_common.c730 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
732 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeRISCV_common.c637 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
639 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeARM_32.c1102 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
1104 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeARM_T2_32.c674 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
676 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeS390X.c1622 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
1625 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeX86_common.c978 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
980 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeMIPS_common.c836 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
838 switch (feature_type) { in sljit_has_cpu_feature()

Completed in 120 milliseconds