Got rid of obsolete ivlb and ivle psuedo instructions.

--HG--
extra : convert_revision : c3c2dd5a6e7181ad94194146d7fa2b33b21074fb
This commit is contained in:
Gabe Black 2006-11-06 19:09:23 -05:00
parent ef1a92eb9b
commit b04a2653f9
2 changed files with 0 additions and 18 deletions

View file

@ -795,12 +795,6 @@ decode OPCODE default Unknown::unknown() {
0x04: quiesceTime({{
R0 = AlphaPseudo::quiesceTime(xc->tcBase());
}}, IsNonSpeculative, IsUnverifiable);
0x10: ivlb({{
AlphaPseudo::ivlb(xc->tcBase());
}}, No_OpClass, IsNonSpeculative);
0x11: ivle({{
AlphaPseudo::ivle(xc->tcBase());
}}, No_OpClass, IsNonSpeculative);
0x20: m5exit_old({{
AlphaPseudo::m5exit_old(xc->tcBase());
}}, No_OpClass, IsNonSpeculative);

View file

@ -133,18 +133,6 @@ namespace AlphaPseudo
return (tc->readLastActivate() - tc->readLastSuspend()) / Clock::Int::ns;
}
void
ivlb(ThreadContext *tc)
{
if (tc->getKernelStats())
tc->getKernelStats()->ivlb();
}
void
ivle(ThreadContext *tc)
{
}
void
m5exit_old(ThreadContext *tc)
{