Searched refs:POINTERS_EXTEND_UNSIGNED (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dvms64.h30 #undef POINTERS_EXTEND_UNSIGNED macro
H A Dvms.h64 #define POINTERS_EXTEND_UNSIGNED 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dhpux.h103 #define POINTERS_EXTEND_UNSIGNED -1 macro
H A Dvms.h60 #define POINTERS_EXTEND_UNSIGNED 0 macro
H A Dia64.c9974 #ifdef POINTERS_EXTEND_UNSIGNED
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dhpux.h104 #define POINTERS_EXTEND_UNSIGNED -1 macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexplow.c318 #ifndef POINTERS_EXTEND_UNSIGNED
321 #else /* defined(POINTERS_EXTEND_UNSIGNED) */
340 else if (POINTERS_EXTEND_UNSIGNED < 0)
342 else if (POINTERS_EXTEND_UNSIGNED > 0)
394 x, POINTERS_EXTEND_UNSIGNED);
395 #endif /* defined(POINTERS_EXTEND_UNSIGNED) */
748 #ifdef POINTERS_EXTEND_UNSIGNED
752 unsignedp = POINTERS_EXTEND_UNSIGNED;
H A Drtlanal.c3689 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
3692 if (POINTERS_EXTEND_UNSIGNED && GET_MODE (x) == Pmode
3925 #ifdef POINTERS_EXTEND_UNSIGNED
3929 if (POINTERS_EXTEND_UNSIGNED > 0 && GET_MODE (x) == Pmode
4199 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
4202 if (! POINTERS_EXTEND_UNSIGNED && GET_MODE (x) == Pmode && mode == Pmode
4376 #ifdef POINTERS_EXTEND_UNSIGNED
4380 if (! POINTERS_EXTEND_UNSIGNED && GET_MODE (x) == Pmode
H A Dexcept.c1923 #ifdef POINTERS_EXTEND_UNSIGNED
2836 #ifdef POINTERS_EXTEND_UNSIGNED
2946 POINTERS_EXTEND_UNSIGNED and return it. */
2954 #ifdef POINTERS_EXTEND_UNSIGNED
2955 extend = POINTERS_EXTEND_UNSIGNED;
H A Dsimplify-rtx.c584 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
585 if (! POINTERS_EXTEND_UNSIGNED
606 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
607 if (POINTERS_EXTEND_UNSIGNED > 0
H A Dexpr.c3968 #ifdef POINTERS_EXTEND_UNSIGNED
4384 #ifdef POINTERS_EXTEND_UNSIGNED
4866 #ifdef POINTERS_EXTEND_UNSIGNED
7294 #ifdef POINTERS_EXTEND_UNSIGNED
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexplow.c327 #ifndef POINTERS_EXTEND_UNSIGNED
330 #else /* defined(POINTERS_EXTEND_UNSIGNED) */
351 else if (POINTERS_EXTEND_UNSIGNED < 0)
353 else if (POINTERS_EXTEND_UNSIGNED > 0)
391 using a ptr_extend instruction (POINTERS_EXTEND_UNSIGNED < 0).
399 || POINTERS_EXTEND_UNSIGNED < 0)))
411 x, POINTERS_EXTEND_UNSIGNED);
412 #endif /* defined(POINTERS_EXTEND_UNSIGNED) */
796 probably want to test POINTERS_EXTEND_UNSIGNED even if PROMOTE_MODE
811 #ifdef POINTERS_EXTEND_UNSIGNED
[all...]
H A Drtlanal.c3806 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
3813 && POINTERS_EXTEND_UNSIGNED && GET_MODE (x) == Pmode
4046 #ifdef POINTERS_EXTEND_UNSIGNED
4054 && POINTERS_EXTEND_UNSIGNED > 0 && GET_MODE (x) == Pmode
4326 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
4333 && ! POINTERS_EXTEND_UNSIGNED && GET_MODE (x) == Pmode
4526 #ifdef POINTERS_EXTEND_UNSIGNED
4534 && ! POINTERS_EXTEND_UNSIGNED && GET_MODE (x) == Pmode
H A Dexcept.c1285 #ifdef POINTERS_EXTEND_UNSIGNED
2078 #ifdef POINTERS_EXTEND_UNSIGNED
2194 POINTERS_EXTEND_UNSIGNED and return it. */
2202 #ifdef POINTERS_EXTEND_UNSIGNED
2203 extend = POINTERS_EXTEND_UNSIGNED;
H A Dsimplify-rtx.c1020 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
1025 && ! POINTERS_EXTEND_UNSIGNED
1046 #if defined(POINTERS_EXTEND_UNSIGNED) && !defined(HAVE_ptr_extend)
1051 && POINTERS_EXTEND_UNSIGNED > 0
H A Dcfgexpand.c2205 #ifndef POINTERS_EXTEND_UNSIGNED
2218 else if (POINTERS_EXTEND_UNSIGNED > 0)
2220 else if (!POINTERS_EXTEND_UNSIGNED)
2224 #endif /* POINTERS_EXTEND_UNSIGNED */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dvms.h70 #define POINTERS_EXTEND_UNSIGNED 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.h145 #define POINTERS_EXTEND_UNSIGNED 1 macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32c/
H A Dm32c.h146 #define POINTERS_EXTEND_UNSIGNED 1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.h156 #define POINTERS_EXTEND_UNSIGNED 1
154 #define POINTERS_EXTEND_UNSIGNED macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h946 #define POINTERS_EXTEND_UNSIGNED -1 macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.h1007 #define POINTERS_EXTEND_UNSIGNED -1 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h641 #define POINTERS_EXTEND_UNSIGNED 1
637 #define POINTERS_EXTEND_UNSIGNED macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.h614 #define POINTERS_EXTEND_UNSIGNED 1
610 #define POINTERS_EXTEND_UNSIGNED macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h1557 #define POINTERS_EXTEND_UNSIGNED false
1551 #define POINTERS_EXTEND_UNSIGNED macro

Completed in 518 milliseconds

12