Searched refs:has_neon (Results 1 – 10 of 10) sorted by relevance
189 int has_neon = 0; in armCPUInfo() local196 has_neon = 1; in armCPUInfo()202 return has_neon; in armCPUInfo()
65 int has_neon = TestCpuFlag(kCpuHasNEON); in main() local66 printf("Has NEON %x\n", has_neon); in main()
93 if (util_cpu_caps.has_neon) { in vc4_load_lt_image()109 if (util_cpu_caps.has_neon) { in vc4_store_lt_image()
110 has_neon=yes113 has_neon=no116 AC_MSG_RESULT($has_neon)164 has_neon=yes167 has_neon=no188 if test "$has_neon" = yes; then
12593 has_neon=yes12597 has_neon=no12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_neon" >&512604 $as_echo "$has_neon" >&6; }12826 has_neon=yes12829 has_neon=no12864 if test "$has_neon" = yes; then
26 int has_neon = TestCpuFlag(kCpuHasNEON); in TEST_F() local27 printf("Has NEON %x\n", has_neon); in TEST_F()
336 util_cpu_caps.has_neon = 1; in check_os_arm_support()348 util_cpu_caps.has_neon = (hwcap >> 12) & 1; in check_os_arm_support()539 debug_printf("util_cpu_caps.has_neon = %u\n", util_cpu_caps.has_neon); in util_cpu_detect()
75 unsigned has_neon:1; member
108 bool has_neon() const { return has_neon_; } in has_neon() function
220 if (cpu.has_neon() && cpu.has_vfp3_d32()) { in ProbeImpl()