HomeSort by relevance Sort by last modified time
    Searched refs:narrow16to8 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 126 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(argL->w16[0])
    [all...]
host_generic_simd64.c 304 static inline UChar narrow16to8 ( UShort xx ) function
857 narrow16to8(h),
858 narrow16to8(g),
859 narrow16to8(f),
860 narrow16to8(e),
861 narrow16to8(d),
862 narrow16to8(c),
863 narrow16to8(b),
864 narrow16to8(a)
    [all...]

Completed in 1632 milliseconds