Searched refs:src_is_negative (Results 1 – 2 of 2) sorted by relevance
1567 bool src_is_negative = src_val < 0; in sshl() local1571 dst.SetRounding(i, src_is_negative); in sshl()1572 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl()1590 if (src_is_negative) { in sshl()
1745 bool src_is_negative = src_val < 0; in sshl() local1749 dst.SetRounding(i, src_is_negative); in sshl()1750 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl()1768 if (src_is_negative) { in sshl()