Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1036 LLVMValueRef aeven, aodd, beven, bodd, muleven, mulodd; in lp_build_mul_32_lohi_cpu() local
1048 aodd = LLVMBuildShuffleVector(builder, aeven, bld->undef, shuf_vec, ""); in lp_build_mul_32_lohi_cpu()
1060 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1086 aoddlo = lp_build_extract_range(gallivm, aodd, 0, 4); in lp_build_mul_32_lohi_cpu()
1087 aoddhi = lp_build_extract_range(gallivm, aodd, 4, 4); in lp_build_mul_32_lohi_cpu()
1106 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()

Completed in 6 milliseconds