Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy ) in mul32() function
136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); in h_generic_calc_Mul32x4()
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); in h_generic_calc_Mul32x4()
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); in h_generic_calc_Mul32x4()
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]); in h_generic_calc_Mul32x4()
Dhost_generic_simd64.c230 static inline Int mul32 ( Int xx, Int yy ) in mul32() function
667 mul32( sel32x2_1(xx), sel32x2_1(yy) ), in h_generic_calc_Mul32x2()
668 mul32( sel32x2_0(xx), sel32x2_0(yy) ) in h_generic_calc_Mul32x2()