decoder.isa (3538:76ab83131a79) decoder.isa (3680:00bf1ba79520)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

--- 781 unchanged lines hidden (view full) ---

790 AlphaPseudo::quiesceNs(xc->tcBase(), R16);
791 }}, IsNonSpeculative, IsQuiesce);
792 0x03: quiesceCycles({{
793 AlphaPseudo::quiesceCycles(xc->tcBase(), R16);
794 }}, IsNonSpeculative, IsQuiesce, IsUnverifiable);
795 0x04: quiesceTime({{
796 R0 = AlphaPseudo::quiesceTime(xc->tcBase());
797 }}, IsNonSpeculative, IsUnverifiable);
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

--- 781 unchanged lines hidden (view full) ---

790 AlphaPseudo::quiesceNs(xc->tcBase(), R16);
791 }}, IsNonSpeculative, IsQuiesce);
792 0x03: quiesceCycles({{
793 AlphaPseudo::quiesceCycles(xc->tcBase(), R16);
794 }}, IsNonSpeculative, IsQuiesce, IsUnverifiable);
795 0x04: quiesceTime({{
796 R0 = AlphaPseudo::quiesceTime(xc->tcBase());
797 }}, IsNonSpeculative, IsUnverifiable);
798 0x10: ivlb({{
799 warn_once("Obsolete M5 instruction ivlb encountered.\n");
800 }});
801 0x11: ivle({{
802 warn_once("Obsolete M5 instruction ivlb encountered.\n");
803 }});
798 0x20: m5exit_old({{
799 AlphaPseudo::m5exit_old(xc->tcBase());
800 }}, No_OpClass, IsNonSpeculative);
801 0x21: m5exit({{
802 AlphaPseudo::m5exit(xc->tcBase(), R16);
803 }}, No_OpClass, IsNonSpeculative);
804 0x31: loadsymbol({{
805 AlphaPseudo::loadsymbol(xc->tcBase());

--- 39 unchanged lines hidden ---
804 0x20: m5exit_old({{
805 AlphaPseudo::m5exit_old(xc->tcBase());
806 }}, No_OpClass, IsNonSpeculative);
807 0x21: m5exit({{
808 AlphaPseudo::m5exit(xc->tcBase(), R16);
809 }}, No_OpClass, IsNonSpeculative);
810 0x31: loadsymbol({{
811 AlphaPseudo::loadsymbol(xc->tcBase());

--- 39 unchanged lines hidden ---