ARM: Define versions of MSR and MRS outside the decoder.

This commit is contained in:
Gabe Black
2010-06-02 12:58:05 -05:00
parent f61bb9adb9
commit f0811eb208
7 changed files with 409 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ if env['TARGET_ISA'] == 'arm':
Source('insts/branch.cc')
Source('insts/macromem.cc')
Source('insts/mem.cc')
Source('insts/misc.cc')
Source('insts/pred_inst.cc')
Source('insts/static_inst.cc')
Source('nativetrace.cc')