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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
option-defaults.h 42 #define OPT_ARCH64 "!" OPT_32
45 #define OPT_ARCH64 OPT_64
60 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:-mtune=%(VALUE)}}}" }, \
63 {"cpu_64", "%{" OPT_ARCH64 ":%{!mcpu=*:-mcpu=%(VALUE)}}" }, \
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
option-defaults.h 42 #define OPT_ARCH64 "!" OPT_32
45 #define OPT_ARCH64 OPT_64
60 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:-mtune=%(VALUE)}}}" }, \
63 {"cpu_64", "%{" OPT_ARCH64 ":%{!mcpu=*:-mcpu=%(VALUE)}}" }, \
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h 889 #define OPT_ARCH64 "mabi=32|mgp32:;"
892 #define OPT_ARCH64 "mabi=o64|mabi=n32|mabi=64|mgp64"
916 {"arch_64", "%{" OPT_ARCH64 ":%{" MIPS_ARCH_OPTION_SPEC ":;: -march=%(VALUE)}}" }, \
919 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:-mtune=%(VALUE)}}" }, \
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 869 #define OPT_ARCH64 "mabi=32|mgp32:;"
872 #define OPT_ARCH64 "mabi=o64|mabi=n32|mabi=64|mgp64"
896 {"arch_64", "%{" OPT_ARCH64 ":%{" MIPS_ARCH_OPTION_SPEC ":;: -march=%(VALUE)}}" }, \
899 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:-mtune=%(VALUE)}}" }, \
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 598 #define OPT_ARCH64 "!m32"
601 #define OPT_ARCH64 "m64|mx32"
611 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \
614 {"cpu_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \
617 {"arch_64", "%{" OPT_ARCH64 ":%{!march=*:-march=%(VALUE)}}"},
627 #define ARCH_ARG "%{" OPT_ARCH64 ":64;:32}"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 578 #define OPT_ARCH64 "!m32"
581 #define OPT_ARCH64 "m64|mx32"
591 {"tune_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \
594 {"cpu_64", "%{" OPT_ARCH64 ":%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}}" }, \
597 {"arch_64", "%{" OPT_ARCH64 ":%{!march=*:-march=%(VALUE)}}"},
607 #define ARCH_ARG "%{" OPT_ARCH64 ":64;:32}"

Completed in 57 milliseconds