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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1177 LLVMValueRef aeven, aodd, beven, bodd, muleven, mulodd; local in function:lp_build_mul_32_lohi_cpu
1189 aodd = LLVMBuildShuffleVector(builder, aeven, bld->undef, shuf_vec, "");
1201 wider_type, aodd, bodd);
1227 aoddlo = lp_build_extract_range(gallivm, aodd, 0, 4);
1228 aoddhi = lp_build_extract_range(gallivm, aodd, 4, 4);
1247 wider_type, aodd, bodd);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1052 LLVMValueRef aeven, aodd, beven, bodd, muleven, mulodd; local in function:lp_build_mul_32_lohi_cpu
1064 aodd = LLVMBuildShuffleVector(builder, aeven, bld->undef, shuf_vec, "");
1076 wider_type, aodd, bodd);
1102 aoddlo = lp_build_extract_range(gallivm, aodd, 0, 4);
1103 aoddhi = lp_build_extract_range(gallivm, aodd, 4, 4);
1122 wider_type, aodd, bodd);

Completed in 11 milliseconds