Searched refs:has_overflow32 (Results 1 – 3 of 3) sorted by relevance
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()[all …]
3977 return (Bits<16>::has_overflow32(x) in rel16()4019 if (!Bits<18>::has_overflow32(offset)) in reljalr()4157 if (!Bits<18>::has_overflow32(offset)) in rel26()4188 return (Bits<18>::has_overflow32(x) in relpc16()4212 return (Bits<8>::has_overflow32(x) in relmicromips_pc7_s1()4236 return (Bits<11>::has_overflow32(x) in relmicromips_pc10_s1()4260 return (Bits<17>::has_overflow32(x) in relmicromips_pc16_s1()4326 return (is_gp_disp && Bits<16>::has_overflow32(x) in do_relhi16()4371 return (Bits<16>::has_overflow32(x) in do_relgot16_local()4486 return (Bits<16>::has_overflow32(x) in relgot()[all …]
745 has_overflow32(uint32_t val) in has_overflow32() function