includes.isa (11165:d90aec9435bd) includes.isa (12159:c7e7ae57b977)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2012 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

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

67#include "arch/arm/isa_traits.hh"
68#include "mem/packet.hh"
69#include "sim/faults.hh"
70#include "enums/DecoderFlavour.hh"
71}};
72
73output decoder {{
74#include <string>
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2012 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

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

67#include "arch/arm/isa_traits.hh"
68#include "mem/packet.hh"
69#include "sim/faults.hh"
70#include "enums/DecoderFlavour.hh"
71}};
72
73output decoder {{
74#include <string>
75
76#include <gem5/asm/generic/m5ops.h>
77
75#include "arch/arm/decoder.hh"
76#include "arch/arm/faults.hh"
77#include "arch/arm/intregs.hh"
78#include "arch/arm/isa_traits.hh"
79#include "arch/arm/utility.hh"
80#include "base/loader/symtab.hh"
81#include "base/cprintf.hh"
82#include "cpu/thread_context.hh"

--- 28 unchanged lines hidden ---
78#include "arch/arm/decoder.hh"
79#include "arch/arm/faults.hh"
80#include "arch/arm/intregs.hh"
81#include "arch/arm/isa_traits.hh"
82#include "arch/arm/utility.hh"
83#include "base/loader/symtab.hh"
84#include "base/cprintf.hh"
85#include "cpu/thread_context.hh"

--- 28 unchanged lines hidden ---