isa_traits.hh (7623:072f8b921599) isa_traits.hh (8542:7230ff0738e3)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

38 */
39
40#ifndef __ARCH_X86_ISATRAITS_HH__
41#define __ARCH_X86_ISATRAITS_HH__
42
43#include "arch/x86/types.hh"
44#include "arch/x86/x86_traits.hh"
45#include "base/types.hh"
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

38 */
39
40#ifndef __ARCH_X86_ISATRAITS_HH__
41#define __ARCH_X86_ISATRAITS_HH__
42
43#include "arch/x86/types.hh"
44#include "arch/x86/x86_traits.hh"
45#include "base/types.hh"
46#include "cpu/static_inst_fwd.hh"
46
47
47class StaticInstPtr;
48
49namespace LittleEndianGuest {}
50
51namespace X86ISA
52{
53 //This makes sure the little endian version of certain functions
54 //are used.
55 using namespace LittleEndianGuest;
56

--- 35 unchanged lines hidden ---
48namespace LittleEndianGuest {}
49
50namespace X86ISA
51{
52 //This makes sure the little endian version of certain functions
53 //are used.
54 using namespace LittleEndianGuest;
55

--- 35 unchanged lines hidden ---