base.isa (2706:d88c27f75121) base.isa (2754:e3d023bc752c)
1// -*- mode:c++ -*-
2
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
3// Copyright (c) 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
9// notice, this list of conditions and the following disclaimer;
10// redistributions in binary form must reproduce the above copyright
11// notice, this list of conditions and the following disclaimer in the

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

33// Base class for MIPS instructions, and some support functions
34//
35
36//Outputs to decoder.hh
37output header {{
38
39 using namespace MipsISA;
40
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
9// notice, this list of conditions and the following disclaimer;
10// redistributions in binary form must reproduce the above copyright
11// notice, this list of conditions and the following disclaimer in the

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

33// Base class for MIPS instructions, and some support functions
34//
35
36//Outputs to decoder.hh
37output header {{
38
39 using namespace MipsISA;
40
41
42 /**
43 * Base class for all MIPS static instructions.
44 */
45 class MipsStaticInst : public StaticInst
46 {
47 protected:
48
49 // Constructor

--- 57 unchanged lines hidden ---
41 /**
42 * Base class for all MIPS static instructions.
43 */
44 class MipsStaticInst : public StaticInst
45 {
46 protected:
47
48 // Constructor

--- 57 unchanged lines hidden ---