isa.hh (7741:340b6f01d69b) isa.hh (8229:78bf55f23338)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_SPARC_ISA_HH__
32#define __ARCH_SPARC_ISA_HH__
33
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_SPARC_ISA_HH__
32#define __ARCH_SPARC_ISA_HH__
33
34#include <ostream>
35#include <string>
36
34#include "arch/sparc/registers.hh"
35#include "arch/sparc/types.hh"
36#include "config/full_system.hh"
37#include "cpu/cpuevent.hh"
38
37#include "arch/sparc/registers.hh"
38#include "arch/sparc/types.hh"
39#include "config/full_system.hh"
40#include "cpu/cpuevent.hh"
41
39#include <string>
40#include <ostream>
41
42class Checkpoint;
43class EventManager;
44class ThreadContext;
45
46namespace SparcISA
47{
48class ISA
49{

--- 170 unchanged lines hidden ---
42class Checkpoint;
43class EventManager;
44class ThreadContext;
45
46namespace SparcISA
47{
48class ISA
49{

--- 170 unchanged lines hidden ---