Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dmips.cc3974 val = Bits<16>::bit_select32(val, x, 0xffffU); in rel16()
4109 val = Bits<32>::bit_select32(val, x, 0x03ffffff); in rel26()
4185 val = Bits<16>::bit_select32(val, x >> 2, 0xffff); in relpc16()
4209 val = Bits<16>::bit_select32(val, x >> 1, 0x7f); in relmicromips_pc7_s1()
4233 val = Bits<16>::bit_select32(val, x >> 1, 0x3ff); in relmicromips_pc10_s1()
4257 val = Bits<16>::bit_select32(val, x >> 1, 0xffff); in relmicromips_pc16_s1()
4323 val = Bits<32>::bit_select32(val, x, 0xffff); in do_relhi16()
4368 val = Bits<32>::bit_select32(val, x, 0xffff); in do_relgot16_local()
4464 val = Bits<32>::bit_select32(val, x, 0xffff); in rello16()
4483 val = Bits<32>::bit_select32(val, x, 0xffff); in relgot()
[all …]
Dreloc.h776 bit_select32(uint32_t a, uint32_t b, uint32_t mask) in bit_select32() function
Darm.cc3265 val = Bits<32>::bit_select32(val, x, 0xffU); in abs8()
3286 val = Bits<32>::bit_select32(val, x << 6, 0x7e0U); in thm_abs5()
3305 val = Bits<32>::bit_select32(val, x, 0x0fffU); in abs12()
3322 val = Bits<32>::bit_select32(val, x, 0xffffU); in abs16()
3478 val = Bits<32>::bit_select32(val, x, 0x7fffffffU); in prel31()
4030 val = Bits<32>::bit_select32(val, (branch_offset >> 2), 0xffffffUL); in arm_branch_common()
4125 branch_target = Bits<32>::bit_select32(branch_target, address, 0x2); in thumb_branch_common()
4158 branch_target = Bits<32>::bit_select32(branch_target, address, 0x2); in thumb_branch_common()
4579 destination = Bits<32>::bit_select32(destination, location, 0x2); in stub_type_for_reloc()