main.isa (5639:67cc7f0427e7) main.isa (5640:c811ced9efc1)
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

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

65using namespace AlphaISA;
66}};
67
68output exec {{
69#include <math.h>
70
71#if FULL_SYSTEM
72#include "arch/alpha/kernel_stats.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

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

65using namespace AlphaISA;
66}};
67
68output exec {{
69#include <math.h>
70
71#if FULL_SYSTEM
72#include "arch/alpha/kernel_stats.hh"
73#include "arch/alpha/osfpal.hh"
73#include "sim/pseudo_inst.hh"
74#endif
75#include "arch/alpha/ipr.hh"
76#include "base/fenv.hh"
77#include "config/ss_compatible_fp.hh"
78#include "cpu/base.hh"
79#include "cpu/exetrace.hh"
80#include "mem/packet.hh"

--- 384 unchanged lines hidden ---
74#include "sim/pseudo_inst.hh"
75#endif
76#include "arch/alpha/ipr.hh"
77#include "base/fenv.hh"
78#include "config/ss_compatible_fp.hh"
79#include "cpu/base.hh"
80#include "cpu/exetrace.hh"
81#include "mem/packet.hh"

--- 384 unchanged lines hidden ---