includes.isa (5789:46c548dbe620) includes.isa (5912:d113f6def227)
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

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

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"
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

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

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"
120#include "arch/x86/tlb.hh"
120#include "base/cprintf.hh"
121#include "base/loader/symtab.hh"
122#include "base/misc.hh"
123#include "cpu/thread_context.hh" // for Jump::branchTarget()
124#include "mem/packet.hh"
125
126#if defined(linux) || defined(__APPLE__)
127#include <fenv.h>

--- 37 unchanged lines hidden ---
121#include "base/cprintf.hh"
122#include "base/loader/symtab.hh"
123#include "base/misc.hh"
124#include "cpu/thread_context.hh" // for Jump::branchTarget()
125#include "mem/packet.hh"
126
127#if defined(linux) || defined(__APPLE__)
128#include <fenv.h>

--- 37 unchanged lines hidden ---