Home
last modified time | relevance | path

Searched refs:has_avx (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c429 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()
Du_cpu_detect.h66 unsigned has_avx:1; member
/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c369 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()
Du_cpu_detect.h66 unsigned has_avx:1; member
/external/libyuv/files/util/
Dcpuid.c77 int has_avx = TestCpuFlag(kCpuHasAVX); in main() local
87 printf("Has AVX %x\n", has_avx); in main()
/external/libchrome/base/
Dcpu_unittest.cc65 if (cpu.has_avx()) { in TEST()
115 if (cpu.has_avx()) { in TEST()
Dcpu.h49 bool has_avx() const { return has_avx_; } in has_avx() function
Dcpu.cc232 if (has_avx()) return AVX; in GetIntelMicroArchitecture()
/external/tensorflow/tensorflow/core/platform/
Dport_test.cc82 const bool has_avx = TestCPUFeature(CPUFeature::AVX); in TEST() local
83 LOG(INFO) << "has_avx = " << has_avx; in TEST()
/external/libyuv/files/unit_test/
Dcpu_test.cc38 int has_avx = TestCpuFlag(kCpuHasAVX); in TEST_F() local
39 printf("Has AVX %x\n", has_avx); in TEST_F()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c419 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()
Dlp_bld_arit.c111 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 …]
Dlp_bld_conv.c486 util_cpu_caps.has_avx) in lp_build_conv_auto()
694 util_cpu_caps.has_avx) { in lp_build_conv()
Dlp_bld_logic.c352 (util_cpu_caps.has_avx && in lp_build_select()
Dlp_bld_misc.cpp603 MAttrs.push_back(util_cpu_caps.has_avx ? "+avx" : "-avx"); in lp_build_create_jit_compiler_for_module()
Dlp_bld_pack.c325 if (type.length == 2 && type.width == 128 && util_cpu_caps.has_avx) { in lp_build_interleave2()
Dlp_bld_sample_aos.c1416 boolean use_floats = util_cpu_caps.has_avx && in lp_build_sample_mipmap()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_loader.cpp110 if (util_cpu_caps.has_avx) { in swr_create_screen()
/external/v8/src/base/
Dcpu.h95 bool has_avx() const { return has_avx_; } in has_avx() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c449 else if(util_cpu_caps.has_avx && type.length == 8) { in lp_build_occlusion_count()
/external/v8/src/ia32/
Dassembler-ia32.cc138 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()
/external/v8/src/x64/
Dassembler-x64.cc90 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()