X86: Implement the media floating point max instructions.
[gem5.git] / src / arch / x86 / SConscript
index f500089f390ab2f90c1cdb777f22f98a8c54c5bb..97868986fa9f2497bbbb01c8da43790f6a2b3318 100644 (file)
@@ -91,19 +91,21 @@ if env['TARGET_ISA'] == 'x86':
     Source('faults.cc')
     Source('insts/microfpop.cc')
     Source('insts/microldstop.cc')
+    Source('insts/micromediaop.cc')
     Source('insts/microop.cc')
     Source('insts/microregop.cc')
     Source('insts/static_inst.cc')
     Source('isa.cc')
-    Source('miscregfile.cc')
+    Source('nativetrace.cc')
     Source('pagetable.cc')
     Source('predecoder.cc')
     Source('predecoder_tables.cc')
-    Source('regfile.cc')
     Source('remote_gdb.cc')
     Source('tlb.cc')
     Source('utility.cc')
 
+    SimObject('X86NativeTrace.py')
+
     SimObject('X86TLB.py')
     TraceFlag('Predecoder', "Predecoder debug output")
     TraceFlag('X86', "Generic X86 ISA debugging")