Searched refs:abs_value (Results 1 – 2 of 2) sorted by relevance
4552 unsigned long abs_value = 0; in do_branch() local4881 unsigned long abs_value; in b32_relax_to_b16() local4910 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() local5340 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 …]
1868 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue, offset, abs_value = 0; in score_elf_final_link_relocate() local2043 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()