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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user