isa_traits.hh (8518:9c87727099ce) isa_traits.hh (8542:7230ff0738e3)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

42 * Stephen Hines
43 */
44
45#ifndef __ARCH_ARM_ISA_TRAITS_HH__
46#define __ARCH_ARM_ISA_TRAITS_HH__
47
48#include "arch/arm/types.hh"
49#include "base/types.hh"
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

42 * Stephen Hines
43 */
44
45#ifndef __ARCH_ARM_ISA_TRAITS_HH__
46#define __ARCH_ARM_ISA_TRAITS_HH__
47
48#include "arch/arm/types.hh"
49#include "base/types.hh"
50#include "cpu/static_inst_fwd.hh"
50
51namespace LittleEndianGuest {}
52
53#define TARGET_ARM
54
51
52namespace LittleEndianGuest {}
53
54#define TARGET_ARM
55
55class StaticInstPtr;
56
57namespace ArmISA
58{
59 using namespace LittleEndianGuest;
60
61 StaticInstPtr decodeInst(ExtMachInst);
62
63 // ARM DOES NOT have a delay slot
64 #define ISA_HAS_DELAY_SLOT 0

--- 67 unchanged lines hidden ---
56namespace ArmISA
57{
58 using namespace LittleEndianGuest;
59
60 StaticInstPtr decodeInst(ExtMachInst);
61
62 // ARM DOES NOT have a delay slot
63 #define ISA_HAS_DELAY_SLOT 0

--- 67 unchanged lines hidden ---