main.isa (2680:246e7104f744) main.isa (3348:11f6ef023158)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

68
69#if FULL_SYSTEM
70#include "sim/pseudo_inst.hh"
71#endif
72#include "base/fenv.hh"
73#include "config/ss_compatible_fp.hh"
74#include "cpu/base.hh"
75#include "cpu/exetrace.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

68
69#if FULL_SYSTEM
70#include "sim/pseudo_inst.hh"
71#endif
72#include "base/fenv.hh"
73#include "config/ss_compatible_fp.hh"
74#include "cpu/base.hh"
75#include "cpu/exetrace.hh"
76#include "mem/packet.hh"
77#include "mem/packet_access.hh"
76#include "sim/sim_exit.hh"
78#include "sim/sim_exit.hh"
77#include "mem/packet_impl.hh"
78
79using namespace AlphaISA;
80}};
81
82////////////////////////////////////////////////////////////////////
83//
84// Namespace statement. Everything below this line will be in the
85// AlphaISAInst namespace.

--- 378 unchanged lines hidden ---
79
80using namespace AlphaISA;
81}};
82
83////////////////////////////////////////////////////////////////////
84//
85// Namespace statement. Everything below this line will be in the
86// AlphaISAInst namespace.

--- 378 unchanged lines hidden ---