includes.isa (6345:f9ae7c3a036c) includes.isa (6516:b5b420d15a20)
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

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

95#include <cstring>
96#include <sstream>
97#include <iostream>
98
99#include "arch/x86/emulenv.hh"
100#include "arch/x86/insts/macroop.hh"
101#include "arch/x86/insts/microfpop.hh"
102#include "arch/x86/insts/microldstop.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

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

95#include <cstring>
96#include <sstream>
97#include <iostream>
98
99#include "arch/x86/emulenv.hh"
100#include "arch/x86/insts/macroop.hh"
101#include "arch/x86/insts/microfpop.hh"
102#include "arch/x86/insts/microldstop.hh"
103#include "arch/x86/insts/micromediaop.hh"
103#include "arch/x86/insts/microregop.hh"
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"

--- 59 unchanged lines hidden ---
104#include "arch/x86/insts/microregop.hh"
105#include "arch/x86/insts/static_inst.hh"
106#include "arch/x86/isa_traits.hh"
107#include "arch/x86/registers.hh"
108#include "arch/x86/types.hh"
109#include "base/misc.hh"
110#include "cpu/static_inst.hh"
111#include "mem/packet.hh"

--- 59 unchanged lines hidden ---