Lines Matching full:src_mask
110 | (((x & howto->src_mask) + diff) & howto->dst_mask))
1609 bfd_vma src_mask = 0x007FFFFE;
1649 The expression involving howto->src_mask isolates the upper
1650 bit of src_mask. If that bit is set in the value we are
1652 two. If src_mask includes the highest possible bit, then we
1658 if ((add & (((~ src_mask) >> 1) & src_mask)) != 0)
1659 signed_add -= (((~ src_mask) >> 1) & src_mask) << 1;