Home | History | Annotate | Download | only in Support

Lines Matching refs:SignBit

1062       unsigned SignBit = APINT_BITS_PER_WORD - BitWidth;
1064 (((int64_t(VAL) << SignBit) >> SignBit) >> shiftAmt));