Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_sse.h192 __m128i a13, b13, mul02, mul13; in mm_mullohi_epi32() local
201 mul13 = _mm_mul_epu32(a13, b13); in mm_mullohi_epi32()
204 *res13 = _mm_sub_epi64(mul13, fixup13); in mm_mullohi_epi32()