Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-mmix.c1123 bfd_vma highbit; in mmix_elf_perform_relocation() local
1127 highbit = 1 << 24; in mmix_elf_perform_relocation()
1131 highbit = 0; in mmix_elf_perform_relocation()
1137 | highbit in mmix_elf_perform_relocation()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c3708 valueT highbit; in s_arm_rel31() local
3710 highbit = 0; in s_arm_rel31()
3712 highbit = 0x80000000; in s_arm_rel31()
3734 md_number_to_chars (p, highbit, 4); in s_arm_rel31()