Lines Matching refs:w32
1194 static inline UShort sel16x2_1 ( UInt w32 ) { in sel16x2_1() argument
1195 return 0xFFFF & (UShort)(w32 >> 16); in sel16x2_1()
1197 static inline UShort sel16x2_0 ( UInt w32 ) { in sel16x2_0() argument
1198 return 0xFFFF & (UShort)(w32); in sel16x2_0()
1203 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) in mk8x4() local
1205 return w32; in mk8x4()
1208 static inline UChar sel8x4_3 ( UInt w32 ) { in sel8x4_3() argument
1209 return toUChar(0xFF & (w32 >> 24)); in sel8x4_3()
1211 static inline UChar sel8x4_2 ( UInt w32 ) { in sel8x4_2() argument
1212 return toUChar(0xFF & (w32 >> 16)); in sel8x4_2()
1214 static inline UChar sel8x4_1 ( UInt w32 ) { in sel8x4_1() argument
1215 return toUChar(0xFF & (w32 >> 8)); in sel8x4_1()
1217 static inline UChar sel8x4_0 ( UInt w32 ) { in sel8x4_0() argument
1218 return toUChar(0xFF & (w32 >> 0)); in sel8x4_0()