Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-score.c4552 unsigned long abs_value = 0; in do_branch() local
4881 unsigned long abs_value; in b32_relax_to_b16() local
4910 if ((abs_value & 0x80000000) == 0x80000000) in b32_relax_to_b16()
4911 abs_value = 0xffffffff - abs_value + 1; in b32_relax_to_b16()
5272 offsetT abs_value = 0; in md_apply_fix() local
5340 abs_value = 0xffffffff - value + 1; in md_apply_fix()
5341 if ((abs_value & 0xffffff00) != 0) in md_apply_fix()
5357 abs_value = 0xffffffff - value + 1; in md_apply_fix()
5358 if ((abs_value & 0xfff80000) != 0) in md_apply_fix()
5388 if ((abs_value & 0xfff80000) != 0) in md_apply_fix()
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-score.c1868 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue, offset, abs_value = 0; in score_elf_final_link_relocate() local
2043 abs_value = value = value - rel_addr + offset; in score_elf_final_link_relocate()
2045 if ((abs_value & 0x80000000) == 0x80000000) in score_elf_final_link_relocate()
2046 abs_value = 0xffffffff - value + 1; in score_elf_final_link_relocate()
2047 if ((abs_value & 0xfff80000) != 0) in score_elf_final_link_relocate()
2069 abs_value = value = value - rel_addr + offset; in score_elf_final_link_relocate()