ARM: Move the templates for predicated instructions into a separate file.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:01 +0000 (12:58 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 2 Jun 2010 17:58:01 +0000 (12:58 -0500)
commit93a371481697f3f68f8189da6a7b14934fa93723
treefbaffc66e6e1fbceda487b3150e06f95b825e105
parent04300e33d49e5697565eb39956849a18ad74ea45
ARM: Move the templates for predicated instructions into a separate file.
This allows the templates to all be available at the same time before any of
the formats, etc. This breaks an artificial circular dependence.

--HG--
rename : src/arch/arm/isa/formats/pred.isa => src/arch/arm/isa/templates/pred.isa
src/arch/arm/isa/formats/pred.isa
src/arch/arm/isa/insts/mem.isa
src/arch/arm/isa/templates/pred.isa [new file with mode: 0644]
src/arch/arm/isa/templates/templates.isa