Lines Matching refs:has_overflow32
3295 return (Bits<5>::has_overflow32(x)
3314 return (Bits<12>::has_overflow32(x)
3410 return (Bits<9>::has_overflow32(x)
3430 return (Bits<12>::has_overflow32(x)
3487 return (Bits<31>::has_overflow32(x)
3512 return ((check_overflow && Bits<16>::has_overflow32(x))
3560 return ((check_overflow && Bits<16>::has_overflow32(x))
4002 && (Bits<26>::has_overflow32(branch_offset)
4024 gold_assert(!Bits<26>::has_overflow32(branch_offset));
4039 return (Bits<26>::has_overflow32(branch_offset)
4140 && ((!thumb2 && Bits<23>::has_overflow32(branch_offset))
4141 || (thumb2 && Bits<25>::has_overflow32(branch_offset))
4202 gold_assert(!Bits<25>::has_overflow32(branch_offset));
4205 ? Bits<25>::has_overflow32(branch_offset)
4206 : Bits<23>::has_overflow32(branch_offset))
4251 return (Bits<21>::has_overflow32(branch_offset)
5415 if (Bits<31>::has_overflow32(offset))
12693 gold_assert(!Bits<25>::has_overflow32(branch_offset));