Searched refs:imm_offset (Results 1 – 10 of 10) sorted by relevance
2174 bfd_vma imm_offset = 0; in score_elf_final_link_relocate() local2176 imm_offset = ((addend >> 7) & 0xff) in score_elf_final_link_relocate()2179 imm_offset <<= howto->rightshift; in score_elf_final_link_relocate()2180 value += imm_offset; in score_elf_final_link_relocate()2201 bfd_vma imm_offset = 0; in score_elf_final_link_relocate() local2203 imm_offset = ((addend >> 5) & 0x3ff) in score_elf_final_link_relocate()2206 value += imm_offset; in score_elf_final_link_relocate()
183 const int imm_offset; member
11836 return cost_symbol_ref + addr_cost->imm_offset; in aarch64_address_cost()11851 cost += addr_cost->imm_offset; in aarch64_address_cost()
185 const int imm_offset; member
13330 return cost_symbol_ref + addr_cost->imm_offset; in aarch64_address_cost()13345 cost += addr_cost->imm_offset; in aarch64_address_cost()
1538 (extract_nps_misc imm_offset): New function.