decoder.isa (5780:50c9d48de3ca) decoder.isa (5808:baf5d5c96c68)
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

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

810 }}, IsNonSpeculative, IsQuiesce, IsUnverifiable);
811 0x04: quiesceTime({{
812 R0 = PseudoInst::quiesceTime(xc->tcBase());
813 }}, IsNonSpeculative, IsUnverifiable);
814#endif
815 0x07: rpns({{
816 R0 = PseudoInst::rpns(xc->tcBase());
817 }}, 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

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

810 }}, IsNonSpeculative, IsQuiesce, IsUnverifiable);
811 0x04: quiesceTime({{
812 R0 = PseudoInst::quiesceTime(xc->tcBase());
813 }}, IsNonSpeculative, IsUnverifiable);
814#endif
815 0x07: rpns({{
816 R0 = PseudoInst::rpns(xc->tcBase());
817 }}, IsNonSpeculative, IsUnverifiable);
818 0x09: wakeCPU({{
819 PseudoInst::wakeCPU(xc->tcBase(), R16);
820 }}, IsNonSpeculative, IsUnverifiable);
818 0x10: deprecated_ivlb({{
819 warn_once("Obsolete M5 ivlb instruction encountered.\n");
820 }});
821 0x11: deprecated_ivle({{
822 warn_once("Obsolete M5 ivlb instruction encountered.\n");
823 }});
824 0x20: deprecated_exit ({{
825 warn_once("deprecated M5 exit instruction encountered.\n");

--- 62 unchanged lines hidden ---
821 0x10: deprecated_ivlb({{
822 warn_once("Obsolete M5 ivlb instruction encountered.\n");
823 }});
824 0x11: deprecated_ivle({{
825 warn_once("Obsolete M5 ivlb instruction encountered.\n");
826 }});
827 0x20: deprecated_exit ({{
828 warn_once("deprecated M5 exit instruction encountered.\n");

--- 62 unchanged lines hidden ---