Home
last modified time | relevance | path

Searched refs:has_fma (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.h69 unsigned has_fma:1; member
Du_cpu_detect.c433 util_cpu_caps.has_fma = ((regs2[2] >> 12) & 1) && util_cpu_caps.has_avx; in util_cpu_detect()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c422 util_cpu_caps.has_fma = 0; in lp_build_init()
457 util_cpu_caps.has_fma = 0; in lp_build_init()
Dlp_bld_misc.cpp606 MAttrs.push_back(util_cpu_caps.has_fma ? "+fma" : "-fma"); in lp_build_create_jit_compiler_for_module()