OSDN Git Service

* mips.igen (MFHI, MFLO, MTHI, MTLO): Restore support for mips32
authorths <ths>
Thu, 1 Mar 2007 14:29:26 +0000 (14:29 +0000)
committerths <ths>
Thu, 1 Mar 2007 14:29:26 +0000 (14:29 +0000)
and mips64.

sim/mips/ChangeLog
sim/mips/mips.igen

index 9c667ba..35c2ef5 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-01  Thiemo Seufer  <ths@mips.com>
+
+       * mips.igen (MFHI, MFLO, MTHI, MTLO): Restore support for mips32
+       and mips64.
+
 2007-02-20  Thiemo Seufer  <ths@mips.com>
 
        * dsp.igen: Update copyright notice.
index 9f175eb..73e0cba 100644 (file)
 *vr4100:
 *vr5000:
 *r3900:
+*mips32:
+*mips64:
 {
   do_mfhi (SD_, RD);
 }
 *vr4100:
 *vr5000:
 *r3900:
+*mips32:
+*mips64:
 {
   do_mflo (SD_, RD);
 }
 *vr4100:
 *vr5000:
 *r3900:
+*mips32:
+*mips64:
 {
   check_mt_hilo (SD_, HIHISTORY);
   HI = GPR[RS];
 *vr4100:
 *vr5000:
 *r3900:
+*mips32:
+*mips64:
 {
   check_mt_hilo (SD_, LOHISTORY);
   LO = GPR[RS];