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

  /toolchain/binutils/binutils-2.25/opcodes/
vax-dis.c 64 #define COERCE32(x) ((int) (((x) ^ 0x80000000) - 0x80000000))
67 (COERCE32 ((((((p[-1] << 8) + p[-2]) << 8) + p[-3]) << 8) + p[-4])))
m68k-dis.c 85 #define COERCE32(x) ((bfd_signed_vma) ((x) ^ 0x80000000) - 0x80000000)
93 val = COERCE32 ((((((p[-4] << 8) + p[-3]) << 8) + p[-2]) << 8) + p[-1]); \
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libbfd.c 554 #define COERCE32(x) (((bfd_vma) (x) ^ 0x80000000) - 0x80000000)
638 return COERCE32 (v);
651 return COERCE32 (v);
coff-tic54x.c 77 #define COERCE32(x) \
79 return COERCE32 (v);
pdp11.c     [all...]

Completed in 3942 milliseconds