isa_traits.hh (6110:5051aafec8d5) isa_traits.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

57
58#ifndef __ARCH_X86_ISATRAITS_HH__
59#define __ARCH_X86_ISATRAITS_HH__
60
61#include "arch/x86/intregs.hh"
62#include "arch/x86/max_inst_regs.hh"
63#include "arch/x86/types.hh"
64#include "arch/x86/x86_traits.hh"
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

57
58#ifndef __ARCH_X86_ISATRAITS_HH__
59#define __ARCH_X86_ISATRAITS_HH__
60
61#include "arch/x86/intregs.hh"
62#include "arch/x86/max_inst_regs.hh"
63#include "arch/x86/types.hh"
64#include "arch/x86/x86_traits.hh"
65#include "sim/host.hh"
65#include "base/types.hh"
66
67class StaticInstPtr;
68
69namespace LittleEndianGuest {}
70
71namespace X86ISA
72{
73 //This makes sure the little endian version of certain functions

--- 57 unchanged lines hidden ---
66
67class StaticInstPtr;
68
69namespace LittleEndianGuest {}
70
71namespace X86ISA
72{
73 //This makes sure the little endian version of certain functions

--- 57 unchanged lines hidden ---