Home
last modified time | relevance | path

Searched defs:COERCE16 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dvax-dis.c58 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000)) macro
H A Dm68k-dis.c86 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000)) macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dvax-dis.c58 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000)) macro
H A Dm68k-dis.c86 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000)) macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibbfd.c617 #define COERCE16(x) (((bfd_vma) (x) ^ 0x8000) - 0x8000) macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibbfd.c699 #define COERCE16(x) (((bfd_vma) (x) ^ 0x8000) - 0x8000) macro