• Home
  • Raw
  • Download

Lines Matching refs:UShort

63 static inline ULong mk16x4 ( UShort w3, UShort w2,   in mk16x4()
64 UShort w1, UShort w0 ) { in mk16x4()
70 static inline UShort sel16x4_3 ( ULong w64 ) { in sel16x4_3()
74 static inline UShort sel16x4_2 ( ULong w64 ) { in sel16x4_2()
78 static inline UShort sel16x4_1 ( ULong w64 ) { in sel16x4_1()
82 static inline UShort sel16x4_0 ( ULong w64 ) { in sel16x4_0()
168 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U()
172 return (UShort)t; in qadd16U()
208 static inline UShort qsub16U ( UShort xx, UShort yy ) in qsub16U()
213 return (UShort)t; in qsub16U()
243 static inline UShort mulhi16U ( UShort xx, UShort yy ) in mulhi16U()
247 return (UShort)t; in mulhi16U()
255 static inline UShort cmpeq16 ( UShort xx, UShort yy ) in cmpeq16()
270 static inline UShort cmpgt16S ( Short xx, Short yy ) in cmpgt16S()
285 static inline UShort cmpnez16 ( UShort xx ) in cmpnez16()
303 static inline Char qnarrow16Sto8S ( UShort xx0 ) in qnarrow16Sto8S()
311 static inline UChar qnarrow16Sto8U ( UShort xx0 ) in qnarrow16Sto8U()
319 static inline UShort narrow32to16 ( UInt xx ) in narrow32to16()
321 return (UShort)xx; in narrow32to16()
324 static inline UChar narrow16to8 ( UShort xx ) in narrow16to8()
342 static inline UShort shl16 ( UShort v, UInt n ) in shl16()
347 static inline UShort shr16 ( UShort v, UInt n ) in shr16()
349 return toUShort((((UShort)v) >> n)); in shr16()
352 static inline UShort sar16 ( UShort v, UInt n ) in sar16()
380 static inline UShort avg16U ( UShort xx, UShort yy ) in avg16U()
385 return (UShort)r; in avg16U()
408 static inline UShort hadd16U ( UShort xx, UShort yy ) in hadd16U()
413 return (UShort)r; in hadd16U()
424 static inline UShort hsub16U ( UShort xx, UShort yy ) in hsub16U()
429 return (UShort)r; in hsub16U()
808 UShort h = sel16x4_3(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
809 UShort g = sel16x4_2(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
810 UShort f = sel16x4_1(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
811 UShort e = sel16x4_0(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
812 UShort d = sel16x4_3(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
813 UShort c = sel16x4_2(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
814 UShort b = sel16x4_1(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
815 UShort a = sel16x4_0(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
830 UShort h = sel16x4_3(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
831 UShort g = sel16x4_2(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
832 UShort f = sel16x4_1(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
833 UShort e = sel16x4_0(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
834 UShort d = sel16x4_3(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
835 UShort c = sel16x4_2(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
836 UShort b = sel16x4_1(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
837 UShort a = sel16x4_0(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
868 UShort h = sel16x4_3(aa); in h_generic_calc_NarrowBin16to8x8()
869 UShort g = sel16x4_2(aa); in h_generic_calc_NarrowBin16to8x8()
870 UShort f = sel16x4_1(aa); in h_generic_calc_NarrowBin16to8x8()
871 UShort e = sel16x4_0(aa); in h_generic_calc_NarrowBin16to8x8()
872 UShort d = sel16x4_3(bb); in h_generic_calc_NarrowBin16to8x8()
873 UShort c = sel16x4_2(bb); in h_generic_calc_NarrowBin16to8x8()
874 UShort b = sel16x4_1(bb); in h_generic_calc_NarrowBin16to8x8()
875 UShort a = sel16x4_0(bb); in h_generic_calc_NarrowBin16to8x8()
1175 static inline UInt mk16x2 ( UShort w1, UShort w2 ) { in mk16x2()
1179 static inline UShort sel16x2_1 ( UInt w32 ) { in sel16x2_1()
1180 return 0xFFFF & (UShort)(w32 >> 16); in sel16x2_1()
1182 static inline UShort sel16x2_0 ( UInt w32 ) { in sel16x2_0()
1183 return 0xFFFF & (UShort)(w32); in sel16x2_0()