ISA: Make the decode function part of the ISA's decoder.

This commit is contained in:
Gabe Black
2012-05-25 00:55:24 -07:00
parent 276f3e9535
commit eae1e97fb0
30 changed files with 423 additions and 161 deletions

View File

@@ -108,6 +108,7 @@ SimObject('NativeTrace.py')
Source('activity.cc')
Source('base.cc')
Source('cpuevent.cc')
Source('decode_cache.cc')
Source('exetrace.cc')
Source('func_unit.cc')
Source('inteltrace.cc')