• Home
  • Raw
  • Download

Lines Matching refs:UShort

64 static inline ULong mk16x4 ( UShort w3, UShort w2,   in mk16x4()
65 UShort w1, UShort w0 ) { in mk16x4()
71 static inline UShort sel16x4_3 ( ULong w64 ) { in sel16x4_3()
75 static inline UShort sel16x4_2 ( ULong w64 ) { in sel16x4_2()
79 static inline UShort sel16x4_1 ( ULong w64 ) { in sel16x4_1()
83 static inline UShort sel16x4_0 ( ULong w64 ) { in sel16x4_0()
169 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U()
173 return (UShort)t; in qadd16U()
209 static inline UShort qsub16U ( UShort xx, UShort yy ) in qsub16U()
214 return (UShort)t; in qsub16U()
244 static inline UShort mulhi16U ( UShort xx, UShort yy ) in mulhi16U()
248 return (UShort)t; in mulhi16U()
256 static inline UShort cmpeq16 ( UShort xx, UShort yy ) in cmpeq16()
271 static inline UShort cmpgt16S ( Short xx, Short yy ) in cmpgt16S()
286 static inline UShort cmpnez16 ( UShort xx ) in cmpnez16()
304 static inline Char qnarrow16Sto8S ( UShort xx0 ) in qnarrow16Sto8S()
312 static inline UChar qnarrow16Sto8U ( UShort xx0 ) in qnarrow16Sto8U()
320 static inline UShort narrow32to16 ( UInt xx ) in narrow32to16()
322 return (UShort)xx; in narrow32to16()
325 static inline UChar narrow16to8 ( UShort xx ) in narrow16to8()
343 static inline UShort shl16 ( UShort v, UInt n ) in shl16()
348 static inline UShort shr16 ( UShort v, UInt n ) in shr16()
350 return toUShort((((UShort)v) >> n)); in shr16()
353 static inline UShort sar16 ( UShort v, UInt n ) in sar16()
381 static inline UShort avg16U ( UShort xx, UShort yy ) in avg16U()
386 return (UShort)r; in avg16U()
409 static inline UShort hadd16U ( UShort xx, UShort yy ) in hadd16U()
414 return (UShort)r; in hadd16U()
425 static inline UShort hsub16U ( UShort xx, UShort yy ) in hsub16U()
430 return (UShort)r; in hsub16U()
809 UShort h = sel16x4_3(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
810 UShort g = sel16x4_2(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
811 UShort f = sel16x4_1(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
812 UShort e = sel16x4_0(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
813 UShort d = sel16x4_3(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
814 UShort c = sel16x4_2(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
815 UShort b = sel16x4_1(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
816 UShort a = sel16x4_0(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
831 UShort h = sel16x4_3(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
832 UShort g = sel16x4_2(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
833 UShort f = sel16x4_1(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
834 UShort e = sel16x4_0(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
835 UShort d = sel16x4_3(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
836 UShort c = sel16x4_2(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
837 UShort b = sel16x4_1(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
838 UShort a = sel16x4_0(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
869 UShort h = sel16x4_3(aa); in h_generic_calc_NarrowBin16to8x8()
870 UShort g = sel16x4_2(aa); in h_generic_calc_NarrowBin16to8x8()
871 UShort f = sel16x4_1(aa); in h_generic_calc_NarrowBin16to8x8()
872 UShort e = sel16x4_0(aa); in h_generic_calc_NarrowBin16to8x8()
873 UShort d = sel16x4_3(bb); in h_generic_calc_NarrowBin16to8x8()
874 UShort c = sel16x4_2(bb); in h_generic_calc_NarrowBin16to8x8()
875 UShort b = sel16x4_1(bb); in h_generic_calc_NarrowBin16to8x8()
876 UShort a = sel16x4_0(bb); in h_generic_calc_NarrowBin16to8x8()
1190 static inline UInt mk16x2 ( UShort w1, UShort w2 ) { in mk16x2()
1194 static inline UShort sel16x2_1 ( UInt w32 ) { in sel16x2_1()
1195 return 0xFFFF & (UShort)(w32 >> 16); in sel16x2_1()
1197 static inline UShort sel16x2_0 ( UInt w32 ) { in sel16x2_0()
1198 return 0xFFFF & (UShort)(w32); in sel16x2_0()