HomeSort by: relevance | last modified time | path
    Searched defs:TARGET_IEEEQUAD_DEFAULT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix.h 80 #undef TARGET_IEEEQUAD_DEFAULT
81 #define TARGET_IEEEQUAD_DEFAULT 0
darwin.h 379 #undef TARGET_IEEEQUAD_DEFAULT
380 #define TARGET_IEEEQUAD_DEFAULT 0
rs6000.cc 94 explicitly redefine TARGET_IEEEQUAD and TARGET_IEEEQUAD_DEFAULT to 0, so
98 #ifndef TARGET_IEEEQUAD_DEFAULT
100 #define TARGET_IEEEQUAD_DEFAULT 1
102 #define TARGET_IEEEQUAD_DEFAULT 0
2580 TARGET_IEEEQUAD_DEFAULT ? "IEEE" : "IBM");
4111 explicitly redefine TARGET_IEEEQUAD and TARGET_IEEEQUAD_DEFAULT to 0, so
4115 rs6000_ieeequad = TARGET_IEEEQUAD_DEFAULT;
4123 if (rs6000_ieeequad != TARGET_IEEEQUAD_DEFAULT)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix.h 80 #undef TARGET_IEEEQUAD_DEFAULT
81 #define TARGET_IEEEQUAD_DEFAULT 0
darwin.h 376 #undef TARGET_IEEEQUAD_DEFAULT
377 #define TARGET_IEEEQUAD_DEFAULT 0
rs6000.cc 95 explicitly redefine TARGET_IEEEQUAD and TARGET_IEEEQUAD_DEFAULT to 0, so
99 #ifndef TARGET_IEEEQUAD_DEFAULT
101 #define TARGET_IEEEQUAD_DEFAULT 1
103 #define TARGET_IEEEQUAD_DEFAULT 0
2574 TARGET_IEEEQUAD_DEFAULT ? "IEEE" : "IBM");
4176 explicitly redefine TARGET_IEEEQUAD and TARGET_IEEEQUAD_DEFAULT to 0, so
4180 rs6000_ieeequad = TARGET_IEEEQUAD_DEFAULT;
4188 if (rs6000_ieeequad != TARGET_IEEEQUAD_DEFAULT)

Completed in 68 milliseconds