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 325 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)
    [all...]

Completed in 46 milliseconds