Home
last modified time | relevance | path

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

/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/lldb/test/functionalities/register/
DTestRegisters.py183 has_avx = False
187 has_avx = True
190 if has_avx:
/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/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()