Searched refs:has_fma (Results 1 – 5 of 5) sorted by relevance
107 unsigned has_fma:1; member
732 util_cpu_caps.has_fma = ((regs2[2] >> 12) & 1) && util_cpu_caps.has_avx; in util_cpu_detect_once()
455 util_cpu_caps.has_fma = 0; in lp_build_init()483 util_get_cpu_caps()->has_fma = 0; in lp_build_init()
420 MAttrs.push_back(util_get_cpu_caps()->has_fma ? "+fma" : "-fma"); in lp_build_create_jit_compiler_for_module()
3955 bool has_fma = mad16 || mad64 || (legacy && ctx.program->gfx_level >= GFX10_3) || in combine_instruction() local3962 has_fma && in combine_instruction()