* mips.igen (MFHI, MFLO, MTHI, MTLO): Restore support for mips32

and mips64.
This commit is contained in:
Thiemo Seufer 2007-03-01 14:29:26 +00:00
parent a7186e883c
commit 53f4826b00
2 changed files with 13 additions and 0 deletions

View 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.

View file

@ -2531,6 +2531,8 @@
*vr4100:
*vr5000:
*r3900:
*mips32:
*mips64:
{
do_mfhi (SD_, RD);
}
@ -2568,6 +2570,8 @@
*vr4100:
*vr5000:
*r3900:
*mips32:
*mips64:
{
do_mflo (SD_, RD);
}
@ -2717,6 +2721,8 @@
*vr4100:
*vr5000:
*r3900:
*mips32:
*mips64:
{
check_mt_hilo (SD_, HIHISTORY);
HI = GPR[RS];
@ -2746,6 +2752,8 @@
*vr4100:
*vr5000:
*r3900:
*mips32:
*mips64:
{
check_mt_hilo (SD_, LOHISTORY);
LO = GPR[RS];