Searched refs:feature_type (Results 1 – 10 of 10) sorted by relevance
733 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
389 static SLJIT_INLINE sljit_u32 get_cpu_features(sljit_u32 feature_type) in get_cpu_features() argument396 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() argument791 switch (feature_type) in sljit_has_cpu_feature()
575 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument577 switch (feature_type) { in sljit_has_cpu_feature()
730 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument732 switch (feature_type) { in sljit_has_cpu_feature()
637 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument639 switch (feature_type) { in sljit_has_cpu_feature()
1102 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument1104 switch (feature_type) { in sljit_has_cpu_feature()
674 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument676 switch (feature_type) { in sljit_has_cpu_feature()
1622 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument1625 switch (feature_type) { in sljit_has_cpu_feature()
978 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument980 switch (feature_type) { in sljit_has_cpu_feature()
836 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument838 switch (feature_type) { in sljit_has_cpu_feature()
Completed in 120 milliseconds