includes.isa (12295:4fc6c59aa554) includes.isa (12334:e0ab29a34764)
1// Copyright (c) 2006-2007 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

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

48#include "arch/sparc/insts/priv.hh"
49#include "arch/sparc/insts/static_inst.hh"
50#include "arch/sparc/insts/trap.hh"
51#include "arch/sparc/insts/unimp.hh"
52#include "arch/sparc/insts/unknown.hh"
53#include "arch/sparc/isa_traits.hh"
54#include "arch/sparc/registers.hh"
55#include "base/condcodes.hh"
1// Copyright (c) 2006-2007 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

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

48#include "arch/sparc/insts/priv.hh"
49#include "arch/sparc/insts/static_inst.hh"
50#include "arch/sparc/insts/trap.hh"
51#include "arch/sparc/insts/unimp.hh"
52#include "arch/sparc/insts/unknown.hh"
53#include "arch/sparc/isa_traits.hh"
54#include "arch/sparc/registers.hh"
55#include "base/condcodes.hh"
56#include "base/misc.hh"
56#include "base/logging.hh"
57#include "cpu/static_inst.hh"
58#include "mem/packet.hh"
59#include "mem/request.hh" // some constructors use MemReq flags
60}};
61
62output decoder {{
63#include <algorithm>
64

--- 32 unchanged lines hidden ---
57#include "cpu/static_inst.hh"
58#include "mem/packet.hh"
59#include "mem/request.hh" // some constructors use MemReq flags
60}};
61
62output decoder {{
63#include <algorithm>
64

--- 32 unchanged lines hidden ---