Searched defs:w7 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.c90 static inline ULong mk8x8 ( UChar w7, UChar w6, argument
94 UInt hi32 = (((UInt)w7) << 24) | (((UInt)w6) << 16)
/external/clang/lib/Headers/
H A Demmintrin.h1092 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1094 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1146 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1148 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };

Completed in 272 milliseconds