decoder.isa (5702:bf84e2fa05f7) decoder.isa (5741:323dac95e72c)
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

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

801 PseudoInst::quiesceNs(xc->tcBase(), R16);
802 }}, IsNonSpeculative, IsQuiesce);
803 0x03: quiesceCycles({{
804 PseudoInst::quiesceCycles(xc->tcBase(), R16);
805 }}, IsNonSpeculative, IsQuiesce, IsUnverifiable);
806 0x04: quiesceTime({{
807 R0 = PseudoInst::quiesceTime(xc->tcBase());
808 }}, 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

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

801 PseudoInst::quiesceNs(xc->tcBase(), R16);
802 }}, IsNonSpeculative, IsQuiesce);
803 0x03: quiesceCycles({{
804 PseudoInst::quiesceCycles(xc->tcBase(), R16);
805 }}, IsNonSpeculative, IsQuiesce, IsUnverifiable);
806 0x04: quiesceTime({{
807 R0 = PseudoInst::quiesceTime(xc->tcBase());
808 }}, IsNonSpeculative, IsUnverifiable);
809 0x07: rpns({{
810 R0 = PseudoInst::rpns(xc->tcBase());
811 }}, IsNonSpeculative, IsUnverifiable);
809 0x10: deprecated_ivlb({{
810 warn_once("Obsolete M5 ivlb instruction encountered.\n");
811 }});
812 0x11: deprecated_ivle({{
813 warn_once("Obsolete M5 ivlb instruction encountered.\n");
814 }});
815 0x20: deprecated_exit ({{
816 warn_once("deprecated M5 exit instruction encountered.\n");

--- 57 unchanged lines hidden ---
812 0x10: deprecated_ivlb({{
813 warn_once("Obsolete M5 ivlb instruction encountered.\n");
814 }});
815 0x11: deprecated_ivle({{
816 warn_once("Obsolete M5 ivlb instruction encountered.\n");
817 }});
818 0x20: deprecated_exit ({{
819 warn_once("deprecated M5 exit instruction encountered.\n");

--- 57 unchanged lines hidden ---