includes.isa (4601:38c989d15fef) includes.isa (4616:99c9f2cbc4a8)
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

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

92}};
93
94output header {{
95#include <cstring>
96#include <sstream>
97#include <iostream>
98
99#include "arch/x86/emulenv.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

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

92}};
93
94output header {{
95#include <cstring>
96#include <sstream>
97#include <iostream>
98
99#include "arch/x86/emulenv.hh"
100#include "arch/x86/faults.hh"
101#include "arch/x86/isa_traits.hh"
102#include "arch/x86/regfile.hh"
103#include "arch/x86/types.hh"
104#include "base/misc.hh"
105#include "cpu/static_inst.hh"
106#include "mem/packet.hh"
107#include "mem/request.hh" // some constructors use MemReq flags
100#include "arch/x86/isa_traits.hh"
101#include "arch/x86/regfile.hh"
102#include "arch/x86/types.hh"
103#include "base/misc.hh"
104#include "cpu/static_inst.hh"
105#include "mem/packet.hh"
106#include "mem/request.hh" // some constructors use MemReq flags
107#include "sim/faults.hh"
108}};
109
110output decoder {{
108}};
109
110output decoder {{
111
111#include "arch/x86/faults.hh"
112#include "arch/x86/segmentregs.hh"
112#include "base/cprintf.hh"
113#include "base/loader/symtab.hh"
114#include "cpu/thread_context.hh" // for Jump::branchTarget()
115#include "mem/packet.hh"
116
117#if defined(linux) || defined(__APPLE__)
118#include <fenv.h>
119#endif

--- 32 unchanged lines hidden ---
113#include "base/cprintf.hh"
114#include "base/loader/symtab.hh"
115#include "cpu/thread_context.hh" // for Jump::branchTarget()
116#include "mem/packet.hh"
117
118#if defined(linux) || defined(__APPLE__)
119#include <fenv.h>
120#endif

--- 32 unchanged lines hidden ---