This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Translate the old SH1 pipeline description to the DFA description


> !   if (TARGET_SH1 | TARGET_HARD_SH4)

TARGET_SH1 means all processors that can execute SH1 instructions.
I.e. SH1, SH2, SH2-DSP, SH2E, SH3, SH3-DSP, SH3E, SH4, SH5 in compact mode,
and SH4A.  Therefore, TARGET_SH1 is sufficient.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]