Lines Matching refs:sel16x4_2
75 static inline UShort sel16x4_2 ( ULong w64 ) { in sel16x4_2() function
499 toUShort( sel16x4_2(xx) + sel16x4_2(yy) ), in h_generic_calc_Add16x4()
525 qadd16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QAdd16Sx4()
549 qadd16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QAdd16Ux4()
583 toUShort( sel16x4_2(xx) - sel16x4_2(yy) ), in h_generic_calc_Sub16x4()
609 qsub16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QSub16Sx4()
633 qsub16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_QSub16Ux4()
659 mul16( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_Mul16x4()
677 mulhi16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_MulHi16Sx4()
687 mulhi16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_MulHi16Ux4()
707 cmpeq16( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_CmpEQ16x4()
739 cmpgt16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_CmpGT16Sx4()
771 cmpnez16( sel16x4_2(xx) ), in h_generic_calc_CmpNEZ16x4()
810 UShort g = sel16x4_2(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
814 UShort c = sel16x4_2(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
832 UShort g = sel16x4_2(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
836 UShort c = sel16x4_2(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
870 UShort g = sel16x4_2(aa); in h_generic_calc_NarrowBin16to8x8()
874 UShort c = sel16x4_2(bb); in h_generic_calc_NarrowBin16to8x8()
924 sel16x4_2(aa), in h_generic_calc_InterleaveHI16x4()
925 sel16x4_2(bb) in h_generic_calc_InterleaveHI16x4()
970 sel16x4_2(aa), in h_generic_calc_CatEvenLanes16x4()
972 sel16x4_2(bb), in h_generic_calc_CatEvenLanes16x4()
1015 shl16( sel16x4_2(xx), nn ), in h_generic_calc_ShlN16x4()
1053 shr16( sel16x4_2(xx), nn ), in h_generic_calc_ShrN16x4()
1075 sar16( sel16x4_2(xx), nn ), in h_generic_calc_SarN16x4()
1117 avg16U( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_Avg16Ux4()
1129 max16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_Max16Sx4()
1153 min16S( sel16x4_2(xx), sel16x4_2(yy) ), in h_generic_calc_Min16Sx4()