includes.isa (8738:66bf413b0d5b) includes.isa (8857:120adc5a4345)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

101
102#if defined(__sun) || defined (__OpenBSD__)
103#include <ieeefp.h>
104#endif
105
106#include <cmath>
107#include <limits>
108
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

101
102#if defined(__sun) || defined (__OpenBSD__)
103#include <ieeefp.h>
104#endif
105
106#include <cmath>
107#include <limits>
108
109#include "arch/generic/debugfaults.hh"
109#include "arch/x86/regs/misc.hh"
110#include "arch/x86/cpuid.hh"
111#include "arch/x86/faults.hh"
112#include "arch/x86/memhelpers.hh"
113#include "arch/x86/tlb.hh"
114#include "base/bigint.hh"
115#include "base/compiler.hh"
116#include "base/condcodes.hh"

--- 13 unchanged lines hidden ---
110#include "arch/x86/regs/misc.hh"
111#include "arch/x86/cpuid.hh"
112#include "arch/x86/faults.hh"
113#include "arch/x86/memhelpers.hh"
114#include "arch/x86/tlb.hh"
115#include "base/bigint.hh"
116#include "base/compiler.hh"
117#include "base/condcodes.hh"

--- 13 unchanged lines hidden ---