Searched refs:has_avx (Results 1 – 22 of 22) sorted by relevance
429 util_cpu_caps.has_avx = ((regs2[2] >> 28) & 1) && // AVX in util_cpu_detect()432 util_cpu_caps.has_f16c = ((regs2[2] >> 29) & 1) && util_cpu_caps.has_avx; in util_cpu_detect()433 util_cpu_caps.has_fma = ((regs2[2] >> 12) & 1) && util_cpu_caps.has_avx; in util_cpu_detect()446 if (util_cpu_caps.has_avx && regs[0] >= 0x00000007) { in util_cpu_detect()485 util_cpu_caps.has_xop = util_cpu_caps.has_avx && in util_cpu_detect()531 debug_printf("util_cpu_caps.has_avx = %u\n", util_cpu_caps.has_avx); in util_cpu_detect()
66 unsigned has_avx:1; member
369 util_cpu_caps.has_avx = ((regs2[2] >> 28) & 1) && // AVX in util_cpu_detect()385 if (util_cpu_caps.has_avx && regs[0] >= 0x00000007) { in util_cpu_detect()407 util_cpu_caps.has_xop = util_cpu_caps.has_avx && in util_cpu_detect()445 debug_printf("util_cpu_caps.has_avx = %u\n", util_cpu_caps.has_avx); in util_cpu_detect()
77 int has_avx = TestCpuFlag(kCpuHasAVX); in main() local87 printf("Has AVX %x\n", has_avx); in main()
65 if (cpu.has_avx()) { in TEST()115 if (cpu.has_avx()) { in TEST()
49 bool has_avx() const { return has_avx_; } in has_avx() function
232 if (has_avx()) return AVX; in GetIntelMicroArchitecture()
82 const bool has_avx = TestCPUFeature(CPUFeature::AVX); in TEST() local83 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()
419 util_cpu_caps.has_avx = 0; in lp_build_init()433 if (util_cpu_caps.has_avx && in lp_build_init()454 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()1378 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8)) && in lp_build_div()1956 (util_cpu_caps.has_avx && type.width*type.length == 256) || in arch_rounding_available()2016 assert(util_cpu_caps.has_avx); in lp_build_iround_nearest_sse2()2438 (util_cpu_caps.has_avx && type.width == 32 && type.length == 8)) { in lp_build_iround()2724 (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()
603 MAttrs.push_back(util_cpu_caps.has_avx ? "+avx" : "-avx"); in lp_build_create_jit_compiler_for_module()
325 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()
110 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()
138 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()
90 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()