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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.h 150 else if (TARGET_ISAB) \
245 #define TARGET_ISAB ((m68k_cpu_flags & FL_ISA_B) != 0)
249 #define ISA_HAS_MVS_MVZ (TARGET_ISAB || TARGET_ISAC)
251 #define ISA_HAS_TAS (!TARGET_COLDFIRE || TARGET_ISAB || TARGET_ISAC)
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.h 150 else if (TARGET_ISAB) \
245 #define TARGET_ISAB ((m68k_cpu_flags & FL_ISA_B) != 0)
249 #define ISA_HAS_MVS_MVZ (TARGET_ISAB || TARGET_ISAC)
251 #define ISA_HAS_TAS (!TARGET_COLDFIRE || TARGET_ISAB || TARGET_ISAC)

Completed in 33 milliseconds