includes.isa (4679:0b39fa8f5eb8) includes.isa (4685:e38f50632338)
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

106#include "base/misc.hh"
107#include "cpu/static_inst.hh"
108#include "mem/packet.hh"
109#include "sim/faults.hh"
110}};
111
112output decoder {{
113#include "arch/x86/faults.hh"
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

106#include "base/misc.hh"
107#include "cpu/static_inst.hh"
108#include "mem/packet.hh"
109#include "sim/faults.hh"
110}};
111
112output decoder {{
113#include "arch/x86/faults.hh"
114#include "arch/x86/miscregs.hh"
114#include "arch/x86/segmentregs.hh"
115#include "base/cprintf.hh"
116#include "base/loader/symtab.hh"
117#include "cpu/thread_context.hh" // for Jump::branchTarget()
118#include "mem/packet.hh"
119
120#if defined(linux) || defined(__APPLE__)
121#include <fenv.h>

--- 33 unchanged lines hidden ---
115#include "arch/x86/segmentregs.hh"
116#include "base/cprintf.hh"
117#include "base/loader/symtab.hh"
118#include "cpu/thread_context.hh" // for Jump::branchTarget()
119#include "mem/packet.hh"
120
121#if defined(linux) || defined(__APPLE__)
122#include <fenv.h>

--- 33 unchanged lines hidden ---