Searched refs:has_avx (Results 1 – 20 of 20) sorted by relevance
368 util_cpu_caps.has_avx = ((regs2[2] >> 28) & 1) && // AVX in util_cpu_detect()371 util_cpu_caps.has_f16c = ((regs2[2] >> 29) & 1) && util_cpu_caps.has_avx; in util_cpu_detect()372 util_cpu_caps.has_fma = ((regs2[2] >> 12) & 1) && util_cpu_caps.has_avx; in util_cpu_detect()385 if (util_cpu_caps.has_avx && regs[0] >= 0x00000007) { in util_cpu_detect()424 util_cpu_caps.has_xop = util_cpu_caps.has_avx && in util_cpu_detect()466 debug_printf("util_cpu_caps.has_avx = %u\n", util_cpu_caps.has_avx); in util_cpu_detect()
66 unsigned has_avx:1; member
65 if (cpu.has_avx()) { in TEST()115 if (cpu.has_avx()) { in TEST()
50 bool has_avx() const { return has_avx_; } in has_avx() function
221 if (has_avx()) return AVX; in GetIntelMicroArchitecture()
77 int has_avx = TestCpuFlag(kCpuHasAVX); in main() local87 printf("Has AVX %x\n", has_avx); in main()
73 const bool has_avx = TestCPUFeature(CPUFeature::AVX); in TEST() local74 LOG(INFO) << "has_avx = " << has_avx; in TEST()
38 int has_avx = TestCpuFlag(kCpuHasAVX); in TEST_F() local39 printf("Has AVX %x\n", has_avx); in TEST_F()
435 util_cpu_caps.has_avx = 0; in lp_build_init()449 if (util_cpu_caps.has_avx && in lp_build_init()470 util_cpu_caps.has_avx = 0; in lp_build_init()
111 else if (type.length <= 4 || !util_cpu_caps.has_avx) { in lp_build_min_simple()125 else if (type.length == 2 || !util_cpu_caps.has_avx) { in lp_build_min_simple()329 else if (type.length <= 4 || !util_cpu_caps.has_avx) { in lp_build_max_simple()343 else if (type.length == 2 || !util_cpu_caps.has_avx) { in lp_build_max_simple()787 else if (util_cpu_caps.has_avx && bld->type.width == 32 && in lp_build_hadd_partial4()1376 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8)) && in lp_build_div()1959 (util_cpu_caps.has_avx && type.width*type.length == 256)) in arch_rounding_available()2018 assert(util_cpu_caps.has_avx); in lp_build_iround_nearest_sse2()2440 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8)) { in lp_build_iround()2726 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8))){ in lp_build_rcp()[all …]
486 util_cpu_caps.has_avx) in lp_build_conv_auto()694 util_cpu_caps.has_avx) { in lp_build_conv()
352 (util_cpu_caps.has_avx && in lp_build_select()
589 MAttrs.push_back(util_cpu_caps.has_avx ? "+avx" : "-avx"); in lp_build_create_jit_compiler_for_module()
300 if (type.length == 2 && type.width == 128 && util_cpu_caps.has_avx) { in lp_build_interleave2()
1416 boolean use_floats = util_cpu_caps.has_avx && in lp_build_sample_mipmap()
46 } else if (util_cpu_caps.has_avx) { in swr_create_screen()
95 bool has_avx() const { return has_avx_; } in has_avx() function
449 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()
88 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()