Searched refs:TARGET_ISAC (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.h148 if (TARGET_ISAC) \
246 #define TARGET_ISAC ((m68k_cpu_flags & FL_ISA_C) != 0) macro
249 #define ISA_HAS_MVS_MVZ (TARGET_ISAB || TARGET_ISAC)
250 #define ISA_HAS_FF1 (TARGET_ISAAPLUS || TARGET_ISAC)
251 #define ISA_HAS_TAS (!TARGET_COLDFIRE || TARGET_ISAB || TARGET_ISAC)
H A Dm68k.c623 else if (TARGET_68020 || TARGET_ISAB || TARGET_ISAC)
630 if (TARGET_ISAC)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.h148 if (TARGET_ISAC) \
246 #define TARGET_ISAC ((m68k_cpu_flags & FL_ISA_C) != 0) macro
249 #define ISA_HAS_MVS_MVZ (TARGET_ISAB || TARGET_ISAC)
250 #define ISA_HAS_FF1 (TARGET_ISAAPLUS || TARGET_ISAC)
251 #define ISA_HAS_TAS (!TARGET_COLDFIRE || TARGET_ISAB || TARGET_ISAC)
H A Dm68k.cc623 else if (TARGET_68020 || TARGET_ISAB || TARGET_ISAC)
630 if (TARGET_ISAC)

Completed in 202 milliseconds