includes.isa (5659:f4b9c344d1ca) includes.isa (5666:e7925fa8f0d6)
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

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

108#include "cpu/static_inst.hh"
109#include "mem/packet.hh"
110#include "sim/faults.hh"
111}};
112
113output decoder {{
114#include "arch/x86/faults.hh"
115#include "arch/x86/floatregs.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

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

108#include "cpu/static_inst.hh"
109#include "mem/packet.hh"
110#include "sim/faults.hh"
111}};
112
113output decoder {{
114#include "arch/x86/faults.hh"
115#include "arch/x86/floatregs.hh"
116#include "arch/x86/microcode_rom.hh"
116#include "arch/x86/miscregs.hh"
117#include "arch/x86/segmentregs.hh"
118#include "base/cprintf.hh"
119#include "base/loader/symtab.hh"
120#include "base/misc.hh"
121#include "cpu/thread_context.hh" // for Jump::branchTarget()
122#include "mem/packet.hh"
123

--- 38 unchanged lines hidden ---
117#include "arch/x86/miscregs.hh"
118#include "arch/x86/segmentregs.hh"
119#include "base/cprintf.hh"
120#include "base/loader/symtab.hh"
121#include "base/misc.hh"
122#include "cpu/thread_context.hh" // for Jump::branchTarget()
123#include "mem/packet.hh"
124

--- 38 unchanged lines hidden ---