Home
last modified time | relevance | path

Searched refs:sign_extend32 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dmips.cc3970 Valtype32 addend = (extract_addend ? Bits<16>::sign_extend32(val) in rel16()
3971 : Bits<16>::sign_extend32(addend_a)); in rel16()
3992 : Bits<32>::sign_extend32(addend_a)); in rel32()
4043 : Bits<32>::sign_extend32(addend_a)); in relpc32()
4093 x = Bits<27>::sign_extend32(addend); in rel26()
4095 x = Bits<28>::sign_extend32(addend); in rel26()
4182 addend = Bits<18>::sign_extend32(addend); in relpc16()
4206 addend = Bits<8>::sign_extend32(addend); in relmicromips_pc7_s1()
4230 addend = Bits<11>::sign_extend32(addend); in relmicromips_pc10_s1()
4254 addend = Bits<17>::sign_extend32(addend); in relmicromips_pc16_s1()
[all …]
Darm.cc3042 return Bits<16>::sign_extend32(((val >> 4) & 0xf000) | (val & 0xfff)); in extract_arm_movw_movt_addend()
3076 return Bits<16>::sign_extend32(((val >> 4) & 0xf000) in extract_thumb_movw_movt_addend()
3187 return Bits<25>::sign_extend32((s << 24) | (i1 << 23) | (i2 << 22) in thumb32_branch_offset()
3226 return Bits<21>::sign_extend32((upper << 12) | (lower << 1)); in thumb32_cond_branch_offset()
3263 int32_t addend = Bits<8>::sign_extend32(val); in abs8()
3320 int32_t addend = Bits<16>::sign_extend32(val); in abs16()
3398 int32_t addend = Bits<8>::sign_extend32((val & 0x00ff) << 1); in thm_jump8()
3418 int32_t addend = Bits<11>::sign_extend32((val & 0x07ff) << 1); in thm_jump11()
3476 Valtype addend = Bits<31>::sign_extend32(val); in prel31()
3985 Valtype addend = Bits<26>::sign_extend32(val << 2); in arm_branch_common()
[all …]
Dreloc.h728 sign_extend32(uint32_t val) in sign_extend32() function