Searched refs:src_is_negative (Results 1 – 1 of 1) sorted by relevance
2087 bool src_is_negative = src_val < 0; in sshl() local2091 dst.SetRounding(i, src_is_negative); in sshl()2092 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl()2110 if (src_is_negative) { in sshl()