Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-alpha.c3300 bfd_signed_vma xdisp; in elf64_alpha_relax_with_lituse() local
3329 xdisp = disp + insn_disp; in elf64_alpha_relax_with_lituse()
3330 fits16 = (xdisp >= - (bfd_signed_vma) 0x8000 && xdisp < 0x8000); in elf64_alpha_relax_with_lituse()
3331 fits32 = (xdisp >= - (bfd_signed_vma) 0x80000000 in elf64_alpha_relax_with_lituse()
3332 && xdisp < 0x7fff8000); in elf64_alpha_relax_with_lituse()