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

/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd128.c126 static inline UChar narrow16to8 ( UShort xx ) function
329 res->w8[ 0] = narrow16to8(argR->w16[0]);
330 res->w8[ 1] = narrow16to8(argR->w16[1]);
331 res->w8[ 2] = narrow16to8(argR->w16[2]);
332 res->w8[ 3] = narrow16to8(argR->w16[3]);
333 res->w8[ 4] = narrow16to8(argR->w16[4]);
334 res->w8[ 5] = narrow16to8(argR->w16[5]);
335 res->w8[ 6] = narrow16to8(argR->w16[6]);
336 res->w8[ 7] = narrow16to8(argR->w16[7]);
337 res->w8[ 8] = narrow16to8(arg
[all...]
H A Dhost_generic_simd64.c325 static inline UChar narrow16to8 ( UShort xx ) function
878 narrow16to8(h),
879 narrow16to8(g),
880 narrow16to8(f),
881 narrow16to8(e),
882 narrow16to8(d),
883 narrow16to8(c),
884 narrow16to8(b),
885 narrow16to8(a)

Completed in 185 milliseconds