Lines Matching refs:toUShort
73 return toUShort(0xFFFF & (hi32 >> 16)); in sel16x4_3()
77 return toUShort(0xFFFF & hi32); in sel16x4_2()
81 return toUShort(0xFFFF & (lo32 >> 16)); in sel16x4_1()
85 return toUShort(0xFFFF & lo32); in sel16x4_0()
258 return toUShort(xx==yy ? 0xFFFF : 0); in cmpeq16()
273 return toUShort(xx>yy ? 0xFFFF : 0); in cmpgt16S()
288 return toUShort(xx==0 ? 0 : 0xFFFF); in cmpnez16()
345 return toUShort(v << n); in shl16()
350 return toUShort((((UShort)v) >> n)); in shr16()
355 return toUShort(((Short)v) >> n); in sar16()
391 return toUShort((xx > yy) ? xx : yy); in max16S()
401 return toUShort((xx < yy) ? xx : yy); in min16S()
498 toUShort( sel16x4_3(xx) + sel16x4_3(yy) ), in h_generic_calc_Add16x4()
499 toUShort( sel16x4_2(xx) + sel16x4_2(yy) ), in h_generic_calc_Add16x4()
500 toUShort( sel16x4_1(xx) + sel16x4_1(yy) ), in h_generic_calc_Add16x4()
501 toUShort( sel16x4_0(xx) + sel16x4_0(yy) ) in h_generic_calc_Add16x4()
582 toUShort( sel16x4_3(xx) - sel16x4_3(yy) ), in h_generic_calc_Sub16x4()
583 toUShort( sel16x4_2(xx) - sel16x4_2(yy) ), in h_generic_calc_Sub16x4()
584 toUShort( sel16x4_1(xx) - sel16x4_1(yy) ), in h_generic_calc_Sub16x4()
585 toUShort( sel16x4_0(xx) - sel16x4_0(yy) ) in h_generic_calc_Sub16x4()