Searched refs:topbits_preshift (Results 1 – 1 of 1) sorted by relevance
2172 T topbits_preshift = (static_cast<T>(1) << (reg_size - diff - 1)) - 1; in BitfieldHelper() local2173 T signbits = (extend && ((src >> S) & 1) ? topbits_preshift : 0) in BitfieldHelper()