Searched refs:has_avx (Results 1 – 11 of 11) sorted by relevance
38 int has_avx = TestCpuFlag(kCpuHasAVX); in TEST_F() local39 printf("Has AVX %x\n", has_avx); in TEST_F()
183 has_avx = False 187 has_avx = True190 if has_avx:
64 unsigned has_avx:1; member
281 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()
94 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 …]
261 if (util_cpu_caps.has_avx) { in lp_build_create_mcjit_compiler_for_module()
438 util_cpu_caps.has_avx) { in lp_build_init()
490 (util_cpu_caps.has_avx && in lp_build_select()
454 util_cpu_caps.has_avx) { in lp_build_conv()
1341 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()
458 else if(util_cpu_caps.has_avx && type.length == 8) { in lp_build_occlusion_count()