includes.isa (7375:7095d84ffb36) includes.isa (7392:43b0cd94ced6)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

58#include "arch/arm/insts/static_inst.hh"
59#include "arch/arm/insts/vfp.hh"
60#include "arch/arm/isa_traits.hh"
61#include "mem/packet.hh"
62}};
63
64output decoder {{
65#include "arch/arm/faults.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

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

58#include "arch/arm/insts/static_inst.hh"
59#include "arch/arm/insts/vfp.hh"
60#include "arch/arm/isa_traits.hh"
61#include "mem/packet.hh"
62}};
63
64output decoder {{
65#include "arch/arm/faults.hh"
66#include "arch/arm/intregs.hh"
66#include "arch/arm/isa_traits.hh"
67#include "arch/arm/utility.hh"
68#include "base/cprintf.hh"
69#include "base/loader/symtab.hh"
70#include "cpu/thread_context.hh"
71
72using namespace ArmISA;
73}};

--- 21 unchanged lines hidden ---
67#include "arch/arm/isa_traits.hh"
68#include "arch/arm/utility.hh"
69#include "base/cprintf.hh"
70#include "base/loader/symtab.hh"
71#include "cpu/thread_context.hh"
72
73using namespace ArmISA;
74}};

--- 21 unchanged lines hidden ---