HomeSort by: relevance | last modified time | path
    Searched refs:IS_SIGNED (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
mips-formats.h 115 #define PCREL(SIZE, LSB, IS_SIGNED, SHIFT, ALIGN_LOG2, INCLUDE_ISA_BIT, \
120 (1 << ((SIZE) - (IS_SIGNED))) - 1, 0, SHIFT, true }, \
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-formats.h 115 #define PCREL(SIZE, LSB, IS_SIGNED, SHIFT, ALIGN_LOG2, INCLUDE_ISA_BIT, \
120 (1 << ((SIZE) - (IS_SIGNED))) - 1, 0, SHIFT, true }, \
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-formats.h 115 #define PCREL(SIZE, LSB, IS_SIGNED, SHIFT, ALIGN_LOG2, INCLUDE_ISA_BIT, \
120 (1 << ((SIZE) - (IS_SIGNED))) - 1, 0, SHIFT, true }, \
  /src/external/gpl3/gdb/dist/opcodes/
mips-formats.h 115 #define PCREL(SIZE, LSB, IS_SIGNED, SHIFT, ALIGN_LOG2, INCLUDE_ISA_BIT, \
120 (1 << ((SIZE) - (IS_SIGNED))) - 1, 0, SHIFT, true }, \
  /src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h 1052 (MPFR_ASSERTD (IS_SIGNED (e)), (e) >= __gmpfr_emin && (e) <= __gmpfr_emax)
1627 #define IS_SIGNED(X) ((X) * 0 - 1 < 0)

Completed in 26 milliseconds