main.isa (5702:bf84e2fa05f7) main.isa (5780:50c9d48de3ca)
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

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

63#include "mem/packet.hh"
64
65using namespace AlphaISA;
66}};
67
68output exec {{
69#include <math.h>
70
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

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

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

--- 381 unchanged lines hidden ---
72#include "arch/alpha/ipr.hh"
73#include "base/fenv.hh"
74#include "config/ss_compatible_fp.hh"
75#include "cpu/base.hh"
76#include "cpu/exetrace.hh"
77#include "mem/packet.hh"
78#include "mem/packet_access.hh"
79#include "sim/sim_exit.hh"

--- 381 unchanged lines hidden ---