• Home
  • Raw
  • Download

Lines Matching defs:xx

142 static inline Short qadd16S ( Short xx, Short yy )   in qadd16S()
150 static inline Char qadd8S ( Char xx, Char yy ) in qadd8S()
158 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U()
165 static inline UChar qadd8U ( UChar xx, UChar yy ) in qadd8U()
172 static inline Short qsub16S ( Short xx, Short yy ) in qsub16S()
180 static inline Char qsub8S ( Char xx, Char yy ) in qsub8S()
188 static inline UShort qsub16U ( UShort xx, UShort yy ) in qsub16U()
196 static inline UChar qsub8U ( UChar xx, UChar yy ) in qsub8U()
204 static inline Short mul16 ( Short xx, Short yy ) in mul16()
210 static inline Int mul32 ( Int xx, Int yy ) in mul32()
216 static inline Short mulhi16S ( Short xx, Short yy ) in mulhi16S()
223 static inline UShort mulhi16U ( UShort xx, UShort yy ) in mulhi16U()
230 static inline UInt cmpeq32 ( UInt xx, UInt yy ) in cmpeq32()
235 static inline UShort cmpeq16 ( UShort xx, UShort yy ) in cmpeq16()
240 static inline UChar cmpeq8 ( UChar xx, UChar yy ) in cmpeq8()
245 static inline UInt cmpgt32S ( Int xx, Int yy ) in cmpgt32S()
250 static inline UShort cmpgt16S ( Short xx, Short yy ) in cmpgt16S()
255 static inline UChar cmpgt8S ( Char xx, Char yy ) in cmpgt8S()
260 static inline UInt cmpnez32 ( UInt xx ) in cmpnez32()
265 static inline UShort cmpnez16 ( UShort xx ) in cmpnez16()
270 static inline UChar cmpnez8 ( UChar xx ) in cmpnez8()
277 Int xx = (Int)xx0; in qnarrow32Sto16() local
285 Short xx = (Short)xx0; in qnarrow16Sto8() local
293 Short xx = (Short)xx0; in qnarrow16Uto8() local
342 static inline UChar avg8U ( UChar xx, UChar yy ) in avg8U()
350 static inline UShort avg16U ( UShort xx, UShort yy ) in avg16U()
358 static inline Short max16S ( Short xx, Short yy ) in max16S()
363 static inline UChar max8U ( UChar xx, UChar yy ) in max8U()
368 static inline Short min16S ( Short xx, Short yy ) in min16S()
373 static inline UChar min8U ( UChar xx, UChar yy ) in min8U()
378 static inline UShort hadd16U ( UShort xx, UShort yy ) in hadd16U()
386 static inline Short hadd16S ( Short xx, Short yy ) in hadd16S()
394 static inline UShort hsub16U ( UShort xx, UShort yy ) in hsub16U()
402 static inline Short hsub16S ( Short xx, Short yy ) in hsub16S()
410 static inline UChar hadd8U ( UChar xx, UChar yy ) in hadd8U()
418 static inline Char hadd8S ( Char xx, Char yy ) in hadd8S()
426 static inline UChar hsub8U ( UChar xx, UChar yy ) in hsub8U()
434 static inline Char hsub8S ( Char xx, Char yy ) in hsub8S()
442 static inline UInt absdiff8U ( UChar xx, UChar yy ) in absdiff8U()
456 ULong h_generic_calc_Add32x2 ( ULong xx, ULong yy ) in h_generic_calc_Add32x2()
464 ULong h_generic_calc_Add16x4 ( ULong xx, ULong yy ) in h_generic_calc_Add16x4()
474 ULong h_generic_calc_Add8x8 ( ULong xx, ULong yy ) in h_generic_calc_Add8x8()
490 ULong h_generic_calc_QAdd16Sx4 ( ULong xx, ULong yy ) in h_generic_calc_QAdd16Sx4()
500 ULong h_generic_calc_QAdd8Sx8 ( ULong xx, ULong yy ) in h_generic_calc_QAdd8Sx8()
514 ULong h_generic_calc_QAdd16Ux4 ( ULong xx, ULong yy ) in h_generic_calc_QAdd16Ux4()
524 ULong h_generic_calc_QAdd8Ux8 ( ULong xx, ULong yy ) in h_generic_calc_QAdd8Ux8()
540 ULong h_generic_calc_Sub32x2 ( ULong xx, ULong yy ) in h_generic_calc_Sub32x2()
548 ULong h_generic_calc_Sub16x4 ( ULong xx, ULong yy ) in h_generic_calc_Sub16x4()
558 ULong h_generic_calc_Sub8x8 ( ULong xx, ULong yy ) in h_generic_calc_Sub8x8()
574 ULong h_generic_calc_QSub16Sx4 ( ULong xx, ULong yy ) in h_generic_calc_QSub16Sx4()
584 ULong h_generic_calc_QSub8Sx8 ( ULong xx, ULong yy ) in h_generic_calc_QSub8Sx8()
598 ULong h_generic_calc_QSub16Ux4 ( ULong xx, ULong yy ) in h_generic_calc_QSub16Ux4()
608 ULong h_generic_calc_QSub8Ux8 ( ULong xx, ULong yy ) in h_generic_calc_QSub8Ux8()
624 ULong h_generic_calc_Mul16x4 ( ULong xx, ULong yy ) in h_generic_calc_Mul16x4()
634 ULong h_generic_calc_Mul32x2 ( ULong xx, ULong yy ) in h_generic_calc_Mul32x2()
642 ULong h_generic_calc_MulHi16Sx4 ( ULong xx, ULong yy ) in h_generic_calc_MulHi16Sx4()
652 ULong h_generic_calc_MulHi16Ux4 ( ULong xx, ULong yy ) in h_generic_calc_MulHi16Ux4()
664 ULong h_generic_calc_CmpEQ32x2 ( ULong xx, ULong yy ) in h_generic_calc_CmpEQ32x2()
672 ULong h_generic_calc_CmpEQ16x4 ( ULong xx, ULong yy ) in h_generic_calc_CmpEQ16x4()
682 ULong h_generic_calc_CmpEQ8x8 ( ULong xx, ULong yy ) in h_generic_calc_CmpEQ8x8()
696 ULong h_generic_calc_CmpGT32Sx2 ( ULong xx, ULong yy ) in h_generic_calc_CmpGT32Sx2()
704 ULong h_generic_calc_CmpGT16Sx4 ( ULong xx, ULong yy ) in h_generic_calc_CmpGT16Sx4()
714 ULong h_generic_calc_CmpGT8Sx8 ( ULong xx, ULong yy ) in h_generic_calc_CmpGT8Sx8()
728 ULong h_generic_calc_CmpNEZ32x2 ( ULong xx ) in h_generic_calc_CmpNEZ32x2()
736 ULong h_generic_calc_CmpNEZ16x4 ( ULong xx ) in h_generic_calc_CmpNEZ16x4()
746 ULong h_generic_calc_CmpNEZ8x8 ( ULong xx ) in h_generic_calc_CmpNEZ8x8()
930 ULong h_generic_calc_ShlN32x2 ( ULong xx, UInt nn ) in h_generic_calc_ShlN32x2()
940 ULong h_generic_calc_ShlN16x4 ( ULong xx, UInt nn ) in h_generic_calc_ShlN16x4()
952 ULong h_generic_calc_ShlN8x8 ( ULong xx, UInt nn ) in h_generic_calc_ShlN8x8()
968 ULong h_generic_calc_ShrN32x2 ( ULong xx, UInt nn ) in h_generic_calc_ShrN32x2()
978 ULong h_generic_calc_ShrN16x4 ( ULong xx, UInt nn ) in h_generic_calc_ShrN16x4()
990 ULong h_generic_calc_SarN32x2 ( ULong xx, UInt nn ) in h_generic_calc_SarN32x2()
1000 ULong h_generic_calc_SarN16x4 ( ULong xx, UInt nn ) in h_generic_calc_SarN16x4()
1012 ULong h_generic_calc_SarN8x8 ( ULong xx, UInt nn ) in h_generic_calc_SarN8x8()
1030 ULong h_generic_calc_Avg8Ux8 ( ULong xx, ULong yy ) in h_generic_calc_Avg8Ux8()
1044 ULong h_generic_calc_Avg16Ux4 ( ULong xx, ULong yy ) in h_generic_calc_Avg16Ux4()
1056 ULong h_generic_calc_Max16Sx4 ( ULong xx, ULong yy ) in h_generic_calc_Max16Sx4()
1066 ULong h_generic_calc_Max8Ux8 ( ULong xx, ULong yy ) in h_generic_calc_Max8Ux8()
1080 ULong h_generic_calc_Min16Sx4 ( ULong xx, ULong yy ) in h_generic_calc_Min16Sx4()
1090 ULong h_generic_calc_Min8Ux8 ( ULong xx, ULong yy ) in h_generic_calc_Min8Ux8()
1146 UInt h_generic_calc_Add16x2 ( UInt xx, UInt yy ) in h_generic_calc_Add16x2()
1152 UInt h_generic_calc_Sub16x2 ( UInt xx, UInt yy ) in h_generic_calc_Sub16x2()
1158 UInt h_generic_calc_HAdd16Ux2 ( UInt xx, UInt yy ) in h_generic_calc_HAdd16Ux2()
1164 UInt h_generic_calc_HAdd16Sx2 ( UInt xx, UInt yy ) in h_generic_calc_HAdd16Sx2()
1170 UInt h_generic_calc_HSub16Ux2 ( UInt xx, UInt yy ) in h_generic_calc_HSub16Ux2()
1176 UInt h_generic_calc_HSub16Sx2 ( UInt xx, UInt yy ) in h_generic_calc_HSub16Sx2()
1182 UInt h_generic_calc_QAdd16Ux2 ( UInt xx, UInt yy ) in h_generic_calc_QAdd16Ux2()
1188 UInt h_generic_calc_QAdd16Sx2 ( UInt xx, UInt yy ) in h_generic_calc_QAdd16Sx2()
1194 UInt h_generic_calc_QSub16Ux2 ( UInt xx, UInt yy ) in h_generic_calc_QSub16Ux2()
1200 UInt h_generic_calc_QSub16Sx2 ( UInt xx, UInt yy ) in h_generic_calc_QSub16Sx2()
1208 UInt h_generic_calc_Add8x4 ( UInt xx, UInt yy ) in h_generic_calc_Add8x4()
1218 UInt h_generic_calc_Sub8x4 ( UInt xx, UInt yy ) in h_generic_calc_Sub8x4()
1228 UInt h_generic_calc_HAdd8Ux4 ( UInt xx, UInt yy ) in h_generic_calc_HAdd8Ux4()
1238 UInt h_generic_calc_HAdd8Sx4 ( UInt xx, UInt yy ) in h_generic_calc_HAdd8Sx4()
1248 UInt h_generic_calc_HSub8Ux4 ( UInt xx, UInt yy ) in h_generic_calc_HSub8Ux4()
1258 UInt h_generic_calc_HSub8Sx4 ( UInt xx, UInt yy ) in h_generic_calc_HSub8Sx4()
1268 UInt h_generic_calc_QAdd8Ux4 ( UInt xx, UInt yy ) in h_generic_calc_QAdd8Ux4()
1278 UInt h_generic_calc_QAdd8Sx4 ( UInt xx, UInt yy ) in h_generic_calc_QAdd8Sx4()
1288 UInt h_generic_calc_QSub8Ux4 ( UInt xx, UInt yy ) in h_generic_calc_QSub8Ux4()
1298 UInt h_generic_calc_QSub8Sx4 ( UInt xx, UInt yy ) in h_generic_calc_QSub8Sx4()
1308 UInt h_generic_calc_CmpNEZ16x2 ( UInt xx ) in h_generic_calc_CmpNEZ16x2()
1316 UInt h_generic_calc_CmpNEZ8x4 ( UInt xx ) in h_generic_calc_CmpNEZ8x4()
1326 UInt h_generic_calc_Sad8Ux4 ( UInt xx, UInt yy ) in h_generic_calc_Sad8Ux4()