main.isa (9022:bb25e7646c41) main.isa (9023:e9201a7bce59)
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#include "sim/full_system.hh"
69
70using namespace AlphaISA;
71}};
72
73output exec {{
74#include <cmath>
75
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#include "sim/full_system.hh"
69
70using namespace AlphaISA;
71}};
72
73output exec {{
74#include <cmath>
75
76#include "arch/alpha/decoder.hh"
76#include "arch/alpha/registers.hh"
77#include "arch/alpha/regredir.hh"
78#include "arch/generic/memhelpers.hh"
79#include "base/cp_annotate.hh"
80#include "base/fenv.hh"
81#include "config/ss_compatible_fp.hh"
82#include "cpu/base.hh"
83#include "cpu/exetrace.hh"

--- 393 unchanged lines hidden ---
77#include "arch/alpha/registers.hh"
78#include "arch/alpha/regredir.hh"
79#include "arch/generic/memhelpers.hh"
80#include "base/cp_annotate.hh"
81#include "base/fenv.hh"
82#include "config/ss_compatible_fp.hh"
83#include "cpu/base.hh"
84#include "cpu/exetrace.hh"

--- 393 unchanged lines hidden ---