includes.isa (2632:1bb2f91485ea) includes.isa (2713:c424d724dc4c)
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

43#include "mem/request.hh" // some constructors use MemReq flags
44#include "arch/sparc/isa_traits.hh"
45#include "arch/sparc/regfile.hh"
46}};
47
48output decoder {{
49#include "base/cprintf.hh"
50#include "base/loader/symtab.hh"
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

43#include "mem/request.hh" // some constructors use MemReq flags
44#include "arch/sparc/isa_traits.hh"
45#include "arch/sparc/regfile.hh"
46}};
47
48output decoder {{
49#include "base/cprintf.hh"
50#include "base/loader/symtab.hh"
51#include "cpu/exec_context.hh" // for Jump::branchTarget()
51#include "cpu/thread_context.hh" // for Jump::branchTarget()
52
53#include <math.h>
54#if defined(linux)
55#include <fenv.h>
56#endif
57
58using namespace SparcISA;
59}};

--- 17 unchanged lines hidden ---
52
53#include <math.h>
54#if defined(linux)
55#include <fenv.h>
56#endif
57
58using namespace SparcISA;
59}};

--- 17 unchanged lines hidden ---