HomeSort by: relevance | last modified time | path
    Searched refs:POINTERS_EXTEND_UNSIGNED (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms.h 61 #define POINTERS_EXTEND_UNSIGNED 0
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms.h 61 #define POINTERS_EXTEND_UNSIGNED 0
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
hpux.h 109 #define POINTERS_EXTEND_UNSIGNED -1
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
hpux.h 109 #define POINTERS_EXTEND_UNSIGNED -1
  /src/external/gpl3/gcc/dist/gcc/
explow.cc 303 #ifndef POINTERS_EXTEND_UNSIGNED
306 #else /* defined(POINTERS_EXTEND_UNSIGNED) */
326 else if (POINTERS_EXTEND_UNSIGNED < 0)
328 else if (POINTERS_EXTEND_UNSIGNED > 0)
368 using a ptr_extend instruction (POINTERS_EXTEND_UNSIGNED < 0).
375 && ((in_const && POINTERS_EXTEND_UNSIGNED != 0)
379 || POINTERS_EXTEND_UNSIGNED < 0)))
417 x, POINTERS_EXTEND_UNSIGNED);
418 #endif /* defined(POINTERS_EXTEND_UNSIGNED) */
879 probably want to test POINTERS_EXTEND_UNSIGNED even if PROMOTE_MOD
    [all...]
except.cc 1340 #ifdef POINTERS_EXTEND_UNSIGNED
2214 #ifdef POINTERS_EXTEND_UNSIGNED
2347 POINTERS_EXTEND_UNSIGNED and return it. */
2355 #ifdef POINTERS_EXTEND_UNSIGNED
2356 extend = POINTERS_EXTEND_UNSIGNED;
  /src/external/gpl3/gcc.old/dist/gcc/
explow.cc 303 #ifndef POINTERS_EXTEND_UNSIGNED
306 #else /* defined(POINTERS_EXTEND_UNSIGNED) */
326 else if (POINTERS_EXTEND_UNSIGNED < 0)
328 else if (POINTERS_EXTEND_UNSIGNED > 0)
368 using a ptr_extend instruction (POINTERS_EXTEND_UNSIGNED < 0).
375 && ((in_const && POINTERS_EXTEND_UNSIGNED != 0)
379 || POINTERS_EXTEND_UNSIGNED < 0)))
417 x, POINTERS_EXTEND_UNSIGNED);
418 #endif /* defined(POINTERS_EXTEND_UNSIGNED) */
846 probably want to test POINTERS_EXTEND_UNSIGNED even if PROMOTE_MOD
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.h 145 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.h 206 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.h 146 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.h 145 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.h 206 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/rl78/
rl78.h 146 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru.h 102 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc/dist/gcc/config/rx/
rx.h 166 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru.h 102 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/rx/
rx.h 166 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 339 #define POINTERS_EXTEND_UNSIGNED false
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h 275 #define POINTERS_EXTEND_UNSIGNED false
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 279 #define POINTERS_EXTEND_UNSIGNED false
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h 302 #define POINTERS_EXTEND_UNSIGNED false
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.h 1014 #define POINTERS_EXTEND_UNSIGNED -1
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h 515 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h 1166 #define POINTERS_EXTEND_UNSIGNED 1
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.h 1014 #define POINTERS_EXTEND_UNSIGNED -1

Completed in 49 milliseconds

1 2 3