includes.isa (6336:25635830e33c) includes.isa (6345:f9ae7c3a036c)
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

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

104#include "arch/x86/insts/static_inst.hh"
105#include "arch/x86/isa_traits.hh"
106#include "arch/x86/registers.hh"
107#include "arch/x86/types.hh"
108#include "base/misc.hh"
109#include "cpu/static_inst.hh"
110#include "mem/packet.hh"
111#include "sim/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

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

104#include "arch/x86/insts/static_inst.hh"
105#include "arch/x86/isa_traits.hh"
106#include "arch/x86/registers.hh"
107#include "arch/x86/types.hh"
108#include "base/misc.hh"
109#include "cpu/static_inst.hh"
110#include "mem/packet.hh"
111#include "sim/faults.hh"
112
113using X86ISA::InstRegIndex;
112}};
113
114output decoder {{
115#include "arch/x86/faults.hh"
116#include "arch/x86/floatregs.hh"
117#include "arch/x86/microcode_rom.hh"
118#include "arch/x86/miscregs.hh"
119#include "arch/x86/segmentregs.hh"

--- 48 unchanged lines hidden ---
114}};
115
116output decoder {{
117#include "arch/x86/faults.hh"
118#include "arch/x86/floatregs.hh"
119#include "arch/x86/microcode_rom.hh"
120#include "arch/x86/miscregs.hh"
121#include "arch/x86/segmentregs.hh"

--- 48 unchanged lines hidden ---