Lines Matching refs:has_overflow32
3288 return (Bits<5>::has_overflow32(x) in thm_abs5()
3307 return (Bits<12>::has_overflow32(x) in abs12()
3403 return (Bits<9>::has_overflow32(x) in thm_jump8()
3423 return (Bits<12>::has_overflow32(x) in thm_jump11()
3480 return (Bits<31>::has_overflow32(x) in prel31()
3505 return ((check_overflow && Bits<16>::has_overflow32(x)) in movw()
3553 return ((check_overflow && Bits<16>::has_overflow32(x)) in thm_movw()
3995 && (Bits<26>::has_overflow32(branch_offset) in arm_branch_common()
4017 gold_assert(!Bits<26>::has_overflow32(branch_offset)); in arm_branch_common()
4032 return (Bits<26>::has_overflow32(branch_offset) in arm_branch_common()
4133 && ((!thumb2 && Bits<23>::has_overflow32(branch_offset)) in thumb_branch_common()
4134 || (thumb2 && Bits<25>::has_overflow32(branch_offset)) in thumb_branch_common()
4195 gold_assert(!Bits<25>::has_overflow32(branch_offset)); in thumb_branch_common()
4198 ? Bits<25>::has_overflow32(branch_offset) in thumb_branch_common()
4199 : Bits<23>::has_overflow32(branch_offset)) in thumb_branch_common()
4244 return (Bits<21>::has_overflow32(branch_offset) in thm_jump19()
5408 if (Bits<31>::has_overflow32(offset)) in do_fixed_endian_write()
12608 gold_assert(!Bits<25>::has_overflow32(branch_offset)); in apply_cortex_a8_workaround()