Searched refs:SEXT24 (Results 1 – 5 of 5) sorted by relevance
34 #define SEXT24(x) ((((x) & 0xffffff) ^ 0x800000) - 0x800000) macro1418 value = SEXT24 (value); in v850_elf_final_link_relocate()
2644 * elf32-v850.c (SEXT24): Modify to avoid signed/unsigned warning.
33 #define SEXT24(x) ((((x) & 0xffffff) ^ 0x800000) - 0x800000) macro1484 value = SEXT24 (value);
12346 #define SEXT24(x) ((((x) & 0xffffff) ^ (~ 0x7fffff)) + 0x800000) macro12394 value += SEXT24 (newval);