main.isa (8588:ef28ed90449d) main.isa (8738:66bf413b0d5b)
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

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

59#include "arch/alpha/registers.hh"
60#include "arch/alpha/regredir.hh"
61#include "base/loader/symtab.hh"
62#include "base/cprintf.hh"
63#include "base/fenv.hh"
64#include "config/ss_compatible_fp.hh"
65#include "cpu/thread_context.hh" // for Jump::branchTarget()
66#include "mem/packet.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

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

59#include "arch/alpha/registers.hh"
60#include "arch/alpha/regredir.hh"
61#include "base/loader/symtab.hh"
62#include "base/cprintf.hh"
63#include "base/fenv.hh"
64#include "config/ss_compatible_fp.hh"
65#include "cpu/thread_context.hh" // for Jump::branchTarget()
66#include "mem/packet.hh"
67#include "sim/full_system.hh"
67
68using namespace AlphaISA;
69}};
70
71output exec {{
72#include <math.h>
73
74#include "arch/alpha/registers.hh"
75#include "arch/alpha/regredir.hh"
76#include "arch/generic/memhelpers.hh"
77#include "base/cp_annotate.hh"
78#include "base/fenv.hh"
79#include "config/ss_compatible_fp.hh"
80#include "cpu/base.hh"
81#include "cpu/exetrace.hh"
82#include "mem/packet.hh"
83#include "mem/packet_access.hh"
68
69using namespace AlphaISA;
70}};
71
72output exec {{
73#include <math.h>
74
75#include "arch/alpha/registers.hh"
76#include "arch/alpha/regredir.hh"
77#include "arch/generic/memhelpers.hh"
78#include "base/cp_annotate.hh"
79#include "base/fenv.hh"
80#include "config/ss_compatible_fp.hh"
81#include "cpu/base.hh"
82#include "cpu/exetrace.hh"
83#include "mem/packet.hh"
84#include "mem/packet_access.hh"
85#include "sim/full_system.hh"
84#include "sim/pseudo_inst.hh"
85#include "sim/sim_exit.hh"
86
87using namespace AlphaISA;
88}};
89
90////////////////////////////////////////////////////////////////////
91//

--- 382 unchanged lines hidden ---
86#include "sim/pseudo_inst.hh"
87#include "sim/sim_exit.hh"
88
89using namespace AlphaISA;
90}};
91
92////////////////////////////////////////////////////////////////////
93//

--- 382 unchanged lines hidden ---