Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1130 LLVMValueRef aeven, aodd, beven, bodd, muleven, mulodd; in lp_build_mul_32_lohi_cpu() local
1142 aodd = LLVMBuildShuffleVector(builder, aeven, bld->undef, shuf_vec, ""); in lp_build_mul_32_lohi_cpu()
1154 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1180 aoddlo = lp_build_extract_range(gallivm, aodd, 0, 4); in lp_build_mul_32_lohi_cpu()
1181 aoddhi = lp_build_extract_range(gallivm, aodd, 4, 4); in lp_build_mul_32_lohi_cpu()
1200 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()