/external/libchrome/base/ |
D | cpu_unittest.cc | 70 if (cpu.has_avx2()) { in TEST() 120 if (cpu.has_avx2()) { in TEST()
|
D | cpu.h | 50 bool has_avx2() const { return has_avx2_; } in has_avx2() function
|
D | cpu.cc | 231 if (has_avx2()) return AVX2; in GetIntelMicroArchitecture()
|
/external/libyuv/files/util/ |
D | cpuid.c | 83 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in main() local 99 printf("Has AVX2 %x\n", has_avx2); in main()
|
/external/libyuv/files/unit_test/ |
D | cpu_test.cc | 36 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 53 printf("Has AVX2 %d\n", has_avx2); in TEST_F()
|
D | compare_test.cc | 235 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() 236 if (has_avx2) { in TEST_F() 356 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() 357 if (has_avx2) { in TEST_F()
|
D | planar_test.cc | 2684 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 2686 if (has_avx2) { in TEST_F() 2725 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 2727 if (has_avx2) { in TEST_F() 2800 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 2803 if (has_avx2) { in TEST_F() 2873 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 2876 if (has_avx2) { in TEST_F()
|
D | convert_test.cc | 2738 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 2741 if (has_avx2) { in TEST_F() 2772 int has_avx2 = TestCpuFlag(kCpuHasAVX2); in TEST_F() local 2775 if (has_avx2) { in TEST_F()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_cpu_detect.h | 67 unsigned has_avx2:1; member
|
D | u_cpu_detect.c | 388 util_cpu_caps.has_avx2 = (regs7[1] >> 5) & 1; in util_cpu_detect() 446 debug_printf("util_cpu_caps.has_avx2 = %u\n", util_cpu_caps.has_avx2); in util_cpu_detect()
|
/external/tensorflow/tensorflow/core/platform/ |
D | port_test.cc | 186 const bool has_avx2 = TestCPUFeature(CPUFeature::AVX2); in TEST() local 187 LOG(INFO) << "has_avx2 = " << has_avx2; in TEST()
|
/external/mesa3d/src/util/ |
D | u_cpu_detect.h | 78 unsigned has_avx2:1; member
|
D | u_cpu_detect.c | 639 util_cpu_caps.has_avx2 = (regs7[1] >> 5) & 1; in util_cpu_detect_once() 723 debug_printf("util_cpu_caps.has_avx2 = %u\n", util_cpu_caps.has_avx2); in util_cpu_detect_once()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 442 util_cpu_caps.has_avx2 = 0; in lp_build_init() 448 if (util_cpu_caps.has_avx2 || util_cpu_caps.has_avx) { in lp_build_init() 470 util_cpu_caps.has_avx2 = 0; in lp_build_init()
|
D | lp_bld_logic.c | 355 (util_cpu_caps.has_avx2 && in lp_build_select() 382 assert(util_cpu_caps.has_avx2); in lp_build_select()
|
D | lp_bld_gather.c | 491 } else if (util_cpu_caps.has_avx2 && !need_expansion && in lp_build_gather() 503 } else if (0 && util_cpu_caps.has_avx2 && !need_expansion && in lp_build_gather()
|
D | lp_bld_misc.cpp | 418 MAttrs.push_back(util_cpu_caps.has_avx2 ? "+avx2" : "-avx2"); in lp_build_create_jit_compiler_for_module()
|
D | lp_bld_pack.c | 487 if (src_type.length * src_type.width == 256 && util_cpu_caps.has_avx2) { in lp_build_unpack2_native() 743 util_cpu_caps.has_avx2) { in lp_build_pack2_native()
|
D | lp_bld_arit.c | 488 if (util_cpu_caps.has_avx2) { in lp_build_add() 812 if (util_cpu_caps.has_avx2) { in lp_build_sub() 1099 if (util_cpu_caps.has_avx2 && bld->type.length == 8) { in lp_build_mul_32_lohi_cpu() 1758 else if (type.width*type.length == 256 && util_cpu_caps.has_avx2 && LLVM_VERSION_MAJOR < 6) { in lp_build_abs()
|
D | lp_bld_sample.c | 1155 (util_cpu_caps.has_avx2 || !util_cpu_caps.has_sse)) { in lp_build_minify()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_loader.cpp | 116 if (util_cpu_caps.has_avx2) { in swr_create_screen()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/ |
D | hrss_test.cc | 454 const bool has_avx2 = (OPENSSL_ia32cap_P[2] & (1 << 5)) != 0; in TEST() local 455 if (!has_avx2) { in TEST()
|
D | hrss.c | 1291 const int has_avx2 = (OPENSSL_ia32cap_P[2] & (1 << 5)) != 0; in poly_mul() local 1292 if (has_avx2) { in poly_mul()
|
/external/boringssl/src/crypto/hrss/ |
D | hrss_test.cc | 454 const bool has_avx2 = (OPENSSL_ia32cap_P[2] & (1 << 5)) != 0; in TEST() local 455 if (!has_avx2) { in TEST()
|
D | hrss.c | 1291 const int has_avx2 = (OPENSSL_ia32cap_P[2] & (1 << 5)) != 0; in poly_mul() local 1292 if (has_avx2) { in poly_mul()
|