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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 45 #define TARGET_LP64 TARGET_ABI_64
1259 (TARGET_LP64 ? HOST_WIDE_INT_C (0x7fff8000) : HOST_WIDE_INT_1 << 29)
1870 (!TARGET_LP64 || (flag_pic && ix86_cmodel != CM_LARGE_PIC) ? SImode : DImode)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 45 #define TARGET_LP64 TARGET_ABI_64
1204 (TARGET_LP64 ? HOST_WIDE_INT_C (0x7fff8000) : HOST_WIDE_INT_1 << 29)
1814 (!TARGET_LP64 || (flag_pic && ix86_cmodel != CM_LARGE_PIC) ? SImode : DImode)

Completed in 29 milliseconds