formats.isa revision 2101
17093Sgblack@eecs.umich.edu// -*- mode:c++ -*-
212249Sgiacomo.travaglini@arm.com
37093Sgblack@eecs.umich.edu//Templates from this format are used later
47093Sgblack@eecs.umich.edu//Include the basic format
57093Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/basic.isa"
67093Sgblack@eecs.umich.edu
77093Sgblack@eecs.umich.edu//Include the basic format
87093Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/noop.isa"
97093Sgblack@eecs.umich.edu
107093Sgblack@eecs.umich.edu//Include utility formats/functions
117093Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/util.isa"
127093Sgblack@eecs.umich.edu
137093Sgblack@eecs.umich.edu//Include the integerOp and integerOpCc format
147093Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/int.isa"
156253Sgblack@eecs.umich.edu
166253Sgblack@eecs.umich.edu//Include the floatOp format
176253Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/fp.isa"
186253Sgblack@eecs.umich.edu
196253Sgblack@eecs.umich.edu//Include the mem format
206253Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/mem.isa"
216253Sgblack@eecs.umich.edu
226253Sgblack@eecs.umich.edu//Include the trap format
236253Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/trap.isa"
246253Sgblack@eecs.umich.edu
256253Sgblack@eecs.umich.edu//Include the branch format
266253Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/branch.isa"
276253Sgblack@eecs.umich.edu
286253Sgblack@eecs.umich.edu//Include the noop format
296253Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/unimp.isa"
306253Sgblack@eecs.umich.edu
316253Sgblack@eecs.umich.edu//Include the noop format
326253Sgblack@eecs.umich.edu##include "m5/arch/mips/isa/formats/unknown.isa"
336253Sgblack@eecs.umich.edu
346253Sgblack@eecs.umich.edu