HomeSort by relevance Sort by last modified time
    Searched refs:COERCE16 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
vax-dis.c 58 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000))
61 COERCE16 ((p[-1] << 8) + p[-2]))
m68k-dis.c 72 #define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000))
80 val = COERCE16 ((p[-2] << 8) + p[-1]); \
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libbfd.c 482 #define COERCE16(x) (((bfd_vma) (x) ^ 0x8000) - 0x8000)
505 return COERCE16 ((addr[0] << 8) | addr[1]);
512 return COERCE16 ((addr[1] << 8) | addr[0]);

Completed in 105 milliseconds