Searched refs:has_neon (Results 1 – 11 of 11) sorted by relevance
220 int has_neon = 0; in armCPUInfo() local227 has_neon = 1; in armCPUInfo()233 return has_neon; in armCPUInfo()
396 util_cpu_caps.has_neon = 1; in check_os_arm_support()401 util_cpu_caps.has_neon = 1; in check_os_arm_support()408 util_cpu_caps.has_neon = 1; in check_os_arm_support()420 util_cpu_caps.has_neon = (hwcap >> 12) & 1; in check_os_arm_support()433 util_cpu_caps.has_neon = true; in check_os_arm_support()848 printf("util_cpu_caps.has_neon = %u\n", util_cpu_caps.has_neon); in util_cpu_detect_once()
114 unsigned has_neon:1; member
93 if (util_get_cpu_caps()->has_neon) { in vc4_load_lt_image()109 if (util_get_cpu_caps()->has_neon) { in vc4_store_lt_image()
66 if (!util_get_cpu_caps()->has_neon) in util_format_unpack_description_neon()
120 bool has_neon() const { return has_neon_; } in has_neon() function
372 has_neon_ = features.arm.has_neon; in StarboardDetectCPU()
481 if (!util_get_cpu_caps()->has_neon && in test_unary()
432 if (!util_get_cpu_caps()->has_neon) { in lp_build_create_jit_compiler_for_module()
1868 else if (util_get_cpu_caps()->has_neon) in arch_rounding_available()1981 if (util_get_cpu_caps()->has_sse4_1 || util_get_cpu_caps()->has_neon || in lp_build_round_arch()
223 if (cpu.has_neon() && cpu.has_vfp3_d32()) { in ProbeImpl()