Searched refs:has_avx (Results 1 – 17 of 17) sorted by relevance
21 EXPECT_TRUE(!cpu.has_avx() || cpu.has_sse2()); in TEST()22 EXPECT_TRUE(!cpu.has_fma3() || cpu.has_avx()); in TEST()
60 if (cpu.has_avx()) { in TEST()105 if (cpu.has_avx()) { in TEST()
49 bool has_avx() const { return has_avx_; } in has_avx() function
286 if (has_avx()) return AVX; in GetIntelMicroArchitecture()
38 int has_avx = TestCpuFlag(kCpuHasAVX); in TEST_F() local39 printf("Has AVX %x\n", has_avx); in TEST_F()
64 unsigned has_avx:1; member
281 util_cpu_caps.has_avx = (regs2[2] >> 28) & 1; in util_cpu_detect()335 debug_printf("util_cpu_caps.has_avx = %u\n", util_cpu_caps.has_avx); in util_cpu_detect()
90 bool has_avx() const { return has_avx_; } in has_avx() function
94 else if (type.length <= 4 || !util_cpu_caps.has_avx) { in lp_build_min_simple()108 else if (type.length == 2 || !util_cpu_caps.has_avx) { in lp_build_min_simple()184 else if (type.length <= 4 || !util_cpu_caps.has_avx) { in lp_build_max_simple()198 else if (type.length == 2 || !util_cpu_caps.has_avx) { in lp_build_max_simple()515 else if (util_cpu_caps.has_avx && bld->type.width == 32 && in lp_build_hadd_partial4()867 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8)) && in lp_build_div()1267 (util_cpu_caps.has_avx && type.width*type.length == 256)) in sse41_rounding_available()1351 assert(util_cpu_caps.has_avx); in lp_build_round_sse41()1417 assert(util_cpu_caps.has_avx); in lp_build_iround_nearest_sse2()1625 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8)) { in lp_build_iround()[all …]
261 if (util_cpu_caps.has_avx) { in lp_build_create_mcjit_compiler_for_module()
438 util_cpu_caps.has_avx) { in lp_build_init()
490 (util_cpu_caps.has_avx && in lp_build_select()
454 util_cpu_caps.has_avx) { in lp_build_conv()
1341 if (util_cpu_caps.has_avx && bld->coord_type.length > 4) { in lp_build_sample_mipmap()1427 if (util_cpu_caps.has_avx && bld->coord_type.length > 4) { in lp_build_sample_mipmap()
458 else if(util_cpu_caps.has_avx && type.length == 8) { in lp_build_occlusion_count()
117 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()
85 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()