includes.isa (8946:fb6c89334b86) includes.isa (9022:bb25e7646c41)
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#include "sim/faults.hh"
63}};
64
65output decoder {{
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#include "sim/faults.hh"
63}};
64
65output decoder {{
66#include "arch/arm/decoder.hh"
66#include "arch/arm/faults.hh"
67#include "arch/arm/intregs.hh"
68#include "arch/arm/isa_traits.hh"
69#include "arch/arm/utility.hh"
70#include "base/loader/symtab.hh"
71#include "base/cprintf.hh"
72#include "cpu/thread_context.hh"
73

--- 26 unchanged lines hidden ---
67#include "arch/arm/faults.hh"
68#include "arch/arm/intregs.hh"
69#include "arch/arm/isa_traits.hh"
70#include "arch/arm/utility.hh"
71#include "base/loader/symtab.hh"
72#include "base/cprintf.hh"
73#include "cpu/thread_context.hh"
74

--- 26 unchanged lines hidden ---