ARM: Clean up the implementation of the VFP instructions.

This commit is contained in:
Gabe Black
2010-06-02 12:58:16 -05:00
parent c919ab5b4f
commit 0fe0390f73
5 changed files with 955 additions and 725 deletions

View File

@@ -54,6 +54,7 @@ if env['TARGET_ISA'] == 'arm':
Source('insts/misc.cc')
Source('insts/pred_inst.cc')
Source('insts/static_inst.cc')
Source('insts/vfp.cc')
Source('miscregs.cc')
Source('nativetrace.cc')
Source('pagetable.cc')