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

  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 121 static inline UShort narrow32to16 ( UInt xx ) function
351 res->w16[0] = narrow32to16(argR->w32[0]);
352 res->w16[1] = narrow32to16(argR->w32[1]);
353 res->w16[2] = narrow32to16(argR->w32[2]);
354 res->w16[3] = narrow32to16(argR->w32[3]);
355 res->w16[4] = narrow32to16(argL->w32[0]);
356 res->w16[5] = narrow32to16(argL->w32[1]);
357 res->w16[6] = narrow32to16(argL->w32[2]);
358 res->w16[7] = narrow32to16(argL->w32[3]);
host_generic_simd64.c 319 static inline UShort narrow32to16 ( UInt xx ) function
859 narrow32to16(d),
860 narrow32to16(c),
861 narrow32to16(b),
862 narrow32to16(a)
    [all...]

Completed in 204 milliseconds