Lines Matching refs:sel16x4_0
83 static inline UShort sel16x4_0 ( ULong w64 ) { in sel16x4_0() function
501 toUShort( sel16x4_0(xx) + sel16x4_0(yy) ) in h_generic_calc_Add16x4()
527 qadd16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QAdd16Sx4()
551 qadd16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QAdd16Ux4()
585 toUShort( sel16x4_0(xx) - sel16x4_0(yy) ) in h_generic_calc_Sub16x4()
611 qsub16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QSub16Sx4()
635 qsub16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_QSub16Ux4()
661 mul16( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_Mul16x4()
679 mulhi16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_MulHi16Sx4()
689 mulhi16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_MulHi16Ux4()
709 cmpeq16( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_CmpEQ16x4()
741 cmpgt16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_CmpGT16Sx4()
773 cmpnez16( sel16x4_0(xx) ) in h_generic_calc_CmpNEZ16x4()
812 UShort e = sel16x4_0(aa); in h_generic_calc_QNarrowBin16Sto8Sx8()
816 UShort a = sel16x4_0(bb); in h_generic_calc_QNarrowBin16Sto8Sx8()
834 UShort e = sel16x4_0(aa); in h_generic_calc_QNarrowBin16Sto8Ux8()
838 UShort a = sel16x4_0(bb); in h_generic_calc_QNarrowBin16Sto8Ux8()
872 UShort e = sel16x4_0(aa); in h_generic_calc_NarrowBin16to8x8()
876 UShort a = sel16x4_0(bb); in h_generic_calc_NarrowBin16to8x8()
934 sel16x4_0(aa), in h_generic_calc_InterleaveLO16x4()
935 sel16x4_0(bb) in h_generic_calc_InterleaveLO16x4()
971 sel16x4_0(aa), in h_generic_calc_CatEvenLanes16x4()
973 sel16x4_0(bb) in h_generic_calc_CatEvenLanes16x4()
1017 shl16( sel16x4_0(xx), nn ) in h_generic_calc_ShlN16x4()
1055 shr16( sel16x4_0(xx), nn ) in h_generic_calc_ShrN16x4()
1077 sar16( sel16x4_0(xx), nn ) in h_generic_calc_SarN16x4()
1119 avg16U( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_Avg16Ux4()
1131 max16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_Max16Sx4()
1155 min16S( sel16x4_0(xx), sel16x4_0(yy) ) in h_generic_calc_Min16Sx4()