decoder.isa (8398:d389b6ec0e2d) decoder.isa (8457:7907b19fbe80)
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

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

930 if (traceData) { traceData->setData(Ra); }
931 }}, IsIprAccess);
932 }
933 }
934
935 0x1e: decode PALMODE {
936 0: OpcdecFault::hw_rei();
937 format BasicOperate {
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

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

930 if (traceData) { traceData->setData(Ra); }
931 }}, IsIprAccess);
932 }
933 }
934
935 0x1e: decode PALMODE {
936 0: OpcdecFault::hw_rei();
937 format BasicOperate {
938 1: hw_rei({{ xc->hwrei(); }}, IsSerializing, IsSerializeBefore, IsControl);
938 1: hw_rei({{ xc->hwrei(); }}, IsSerializing, IsSerializeBefore);
939 }
940 }
941
942#endif
943
944 format BasicOperate {
945 // M5 special opcodes use the reserved 0x01 opcode space
946 0x01: decode M5FUNC {

--- 146 unchanged lines hidden ---
939 }
940 }
941
942#endif
943
944 format BasicOperate {
945 // M5 special opcodes use the reserved 0x01 opcode space
946 0x01: decode M5FUNC {

--- 146 unchanged lines hidden ---