decoder.isa (2735:f74563d64c6b) decoder.isa (3089:0ea2eb13c4de)
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

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

818 AlphaPseudo::switchcpu(xc->tcBase());
819 }}, IsNonSpeculative);
820 0x53: m5addsymbol({{
821 AlphaPseudo::addsymbol(xc->tcBase(), R16, R17);
822 }}, IsNonSpeculative);
823 0x54: m5panic({{
824 panic("M5 panic instruction called at pc=%#x.", xc->readPC());
825 }}, IsNonSpeculative);
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

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

818 AlphaPseudo::switchcpu(xc->tcBase());
819 }}, IsNonSpeculative);
820 0x53: m5addsymbol({{
821 AlphaPseudo::addsymbol(xc->tcBase(), R16, R17);
822 }}, IsNonSpeculative);
823 0x54: m5panic({{
824 panic("M5 panic instruction called at pc=%#x.", xc->readPC());
825 }}, IsNonSpeculative);
826
826 0x55: m5anBegin({{
827 AlphaPseudo::anBegin(xc->tcBase(), R16);
828 }}, IsNonSpeculative);
829 0x56: m5anWait({{
830 AlphaPseudo::anWait(xc->tcBase(), R16, R17);
831 }}, IsNonSpeculative);
827 }
828 }
829#endif
830}
832 }
833 }
834#endif
835}