Lines Matching refs:sel16x4_3
71 static inline UShort sel16x4_3 ( ULong w64 ) { in sel16x4_3() function
498 toUShort( sel16x4_3(xx) + sel16x4_3(yy) ), in h_generic_calc_Add16x4()
524 qadd16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QAdd16Sx4()
548 qadd16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QAdd16Ux4()
582 toUShort( sel16x4_3(xx) - sel16x4_3(yy) ), in h_generic_calc_Sub16x4()
608 qsub16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QSub16Sx4()
632 qsub16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_QSub16Ux4()
658 mul16( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_Mul16x4()
676 mulhi16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_MulHi16Sx4()
686 mulhi16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_MulHi16Ux4()
706 cmpeq16( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_CmpEQ16x4()
738 cmpgt16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_CmpGT16Sx4()
770 cmpnez16( sel16x4_3(xx) ), in h_generic_calc_CmpNEZ16x4()
809 UShort h = sel16x4_3(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
813 UShort d = sel16x4_3(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
831 UShort h = sel16x4_3(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
835 UShort d = sel16x4_3(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
869 UShort h = sel16x4_3(aa); in h_generic_calc_NarrowBin16to8x8()
873 UShort d = sel16x4_3(bb); in h_generic_calc_NarrowBin16to8x8()
922 sel16x4_3(aa), in h_generic_calc_InterleaveHI16x4()
923 sel16x4_3(bb), in h_generic_calc_InterleaveHI16x4()
960 sel16x4_3(aa), in h_generic_calc_CatOddLanes16x4()
962 sel16x4_3(bb), in h_generic_calc_CatOddLanes16x4()
1014 shl16( sel16x4_3(xx), nn ), in h_generic_calc_ShlN16x4()
1052 shr16( sel16x4_3(xx), nn ), in h_generic_calc_ShrN16x4()
1074 sar16( sel16x4_3(xx), nn ), in h_generic_calc_SarN16x4()
1116 avg16U( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_Avg16Ux4()
1128 max16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_Max16Sx4()
1152 min16S( sel16x4_3(xx), sel16x4_3(yy) ), in h_generic_calc_Min16Sx4()