Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_simd64.c375 UInt xxi = (UInt)xx; in avg8U() local
377 UInt r = (xxi + yyi + 1) >> 1; in avg8U()
383 UInt xxi = (UInt)xx; in avg16U() local
385 UInt r = (xxi + yyi + 1) >> 1; in avg16U()
411 UInt xxi = (UInt)xx; in hadd16U() local
413 UInt r = (xxi + yyi) >> 1; in hadd16U()
419 Int xxi = (Int)xx; in hadd16S() local
421 Int r = (xxi + yyi) >> 1; in hadd16S()
427 UInt xxi = (UInt)xx; in hsub16U() local
429 UInt r = (xxi - yyi) >> 1; in hsub16U()
[all …]