Searched refs:SEXT17 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-v850.c35 #define SEXT17(x) ((((x) & 0x1ffff) ^ 0x10000) - 0x10000) macro
2002 value = SEXT17 (value);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-v850.c35 #define SEXT17(x) ((((x) & 0x1ffff) ^ 0x10000) - 0x10000) macro
2006 value = SEXT17 (value);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-v850.c35 #define SEXT17(x) ((((x) & 0x1ffff) ^ 0x10000) - 0x10000) macro
2006 value = SEXT17 (value);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-v850.c35 #define SEXT17(x) ((((x) & 0x1ffff) ^ 0x10000) - 0x10000) macro
2006 value = SEXT17 (value);

Completed in 238 milliseconds