This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: [PATCH] Add POWER5 instructions


Should these really be marked as POWER5, they are part of the PPC2.02 spec, however they may only be implemented in POWER5. I think it would be better to have them in PPC, so any future PPC that implements these instructions will pick them up.

- kumar

?
+{ "fsqrtes",? A(59,26,0), AFRAFRC_MASK,??????? POWER5, ??????? { FRT, FRB } },
+{ "fsqrtes.", A(59,26,1), AFRAFRC_MASK,??????? POWER5, ??????? { FRT, FRB } },
+
?{ "fmsubs",? A(59,28,0), A_MASK,?????? PPC,??? ??????? { FRT,FRA,FRC,FRB } },
?{ "fmsubs.", A(59,28,1), A_MASK,?????? PPC,??? ??????? { FRT,FRA,FRC,FRB } },
?
@@ -4583,6 +4595,9 @@
?{ "fsel",??? A(63,23,0), A_MASK,?????? PPC,??? ??????? { FRT,FRA,FRC,FRB } },
?{ "fsel.",?? A(63,23,1), A_MASK,?????? PPC,??? ??????? { FRT,FRA,FRC,FRB } },
?
+{ "fre",???? A(63,24,0), AFRAFRC_MASK, POWER5, ??????? { FRT, FRB } },
+{ "fre.",??? A(63,24,1), AFRAFRC_MASK, POWER5, ??????? { FRT, FRB } },
+
?{ "fmul",??? A(63,25,0), AFRB_MASK,??? PPCCOM, ??????? { FRT, FRA, FRC } },
?{ "fm",????? A(63,25,0), AFRB_MASK,??? PWRCOM, ??????? { FRT, FRA, FRC } },
?{ "fmul.",?? A(63,25,1), AFRB_MASK,??? PPCCOM, ??????? { FRT, FRA, FRC } },


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