Home
last modified time | relevance | path

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

/external/v8/test/unittests/base/
Dcpu-unittest.cc21 EXPECT_TRUE(!cpu.has_avx() || cpu.has_sse2()); in TEST()
22 EXPECT_TRUE(!cpu.has_fma3() || cpu.has_avx()); in TEST()
/external/libchrome/base/
Dcpu_unittest.cc60 if (cpu.has_avx()) { in TEST()
105 if (cpu.has_avx()) { in TEST()
Dcpu.h49 bool has_avx() const { return has_avx_; } in has_avx() function
Dcpu.cc286 if (has_avx()) return AVX; in GetIntelMicroArchitecture()
/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/util/
Du_cpu_detect.h64 unsigned has_avx:1; member
Du_cpu_detect.c281 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()
/external/v8/src/base/
Dcpu.h90 bool has_avx() const { return has_avx_; } in has_avx() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c94 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 …]
Dlp_bld_misc.cpp261 if (util_cpu_caps.has_avx) { in lp_build_create_mcjit_compiler_for_module()
Dlp_bld_init.c438 util_cpu_caps.has_avx) { in lp_build_init()
Dlp_bld_logic.c490 (util_cpu_caps.has_avx && in lp_build_select()
Dlp_bld_conv.c454 util_cpu_caps.has_avx) { in lp_build_conv()
Dlp_bld_sample_aos.c1341 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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c458 else if(util_cpu_caps.has_avx && type.length == 8) { in lp_build_occlusion_count()
/external/v8/src/ia32/
Dassembler-ia32.cc117 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()
/external/v8/src/x64/
Dassembler-x64.cc85 if (cpu.has_avx() && FLAG_enable_avx && cpu.has_osxsave() && in ProbeImpl()