Searched refs:has_vsx (Results 1 – 3 of 3) sorted by relevance
128 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()160 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()175 util_cpu_caps.has_vsx = (hwcap >> 7) & 1; in check_os_altivec_support()220 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()847 printf("util_cpu_caps.has_vsx = %u\n", util_cpu_caps.has_vsx); in util_cpu_detect_once()
112 unsigned has_vsx:1; member
465 MAttrs.push_back(util_get_cpu_caps()->has_vsx ? "+vsx" : "-vsx"); in lp_build_create_jit_compiler_for_module()