Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-v850.c34 #define SEXT24(x) ((((x) & 0xffffff) ^ 0x800000) - 0x800000) macro
1418 value = SEXT24 (value); in v850_elf_final_link_relocate()
DChangeLog-00012644 * elf32-v850.c (SEXT24): Modify to avoid signed/unsigned warning.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-v850.c33 #define SEXT24(x) ((((x) & 0xffffff) ^ 0x800000) - 0x800000) macro
1484 value = SEXT24 (value);
DChangeLog-00012644 * elf32-v850.c (SEXT24): Modify to avoid signed/unsigned warning.
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c12346 #define SEXT24(x) ((((x) & 0xffffff) ^ (~ 0x7fffff)) + 0x800000) macro
12394 value += SEXT24 (newval);