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] |
Hi Segher, > > C Architecture does not have a single condition code register. > > > rs6000 | HMSLQNFI BD lqrc f m dha e > > rs6000 | HMSLQNFICBD lqrc f m dha e > > Seems like PowerPC only needs some work in the machine description <g>. Is this because of the following from rs6000.h? #define CR_REGNO_P(N) ((N) >= 68 && (N) <= 75) Kazu Hirata
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |