Home
last modified time | relevance | path

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

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