ARM: Move the macro mem constructor out of the isa desc.

This code doesn't use the parser at all, and moving it out reduces the
conceptual complexity of that code.
This commit is contained in:
Gabe Black
2010-06-02 12:58:03 -05:00
parent 7b62e9ad71
commit b02c7f1bcd
5 changed files with 143 additions and 74 deletions

View File

@@ -49,6 +49,7 @@ if env['TARGET_ISA'] == 'arm':
Dir('isa/formats')
Source('faults.cc')
Source('insts/branch.cc')
Source('insts/macromem.cc')
Source('insts/mem.cc')
Source('insts/pred_inst.cc')
Source('insts/static_inst.cc')