Home
last modified time | relevance | path

Searched refs:bodd (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
1143 bodd = LLVMBuildShuffleVector(builder, beven, bld->undef, shuf_vec, ""); in lp_build_mul_32_lohi_cpu()
1154 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1182 boddlo = lp_build_extract_range(gallivm, bodd, 0, 4); in lp_build_mul_32_lohi_cpu()
1183 boddhi = lp_build_extract_range(gallivm, bodd, 4, 4); in lp_build_mul_32_lohi_cpu()
1200 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()