formats.isa revision 2686
12101SN/A// -*- mode:c++ -*-
22101SN/A
32100SN/A//Templates from this format are used later
42101SN/A//Include the basic format
52504SN/A##include "basic.isa"
62100SN/A
72022SN/A//Include the basic format
82504SN/A##include "noop.isa"
92101SN/A
102504SN/A//Include utility functions
112504SN/A##include "util.isa"
122022SN/A
132686Sksewell@umich.edu//Include the control/cp0/cp1 formats
142686Sksewell@umich.edu##include "control.isa"
152239SN/A
162135SN/A//Include the integer formats
172504SN/A##include "int.isa"
182028SN/A
192028SN/A//Include the floatOp format
202504SN/A##include "fp.isa"
212022SN/A
222022SN/A//Include the mem format
232504SN/A##include "mem.isa"
242022SN/A
252686Sksewell@umich.edu//Include the mem format
262686Sksewell@umich.edu##include "mt.isa"
272686Sksewell@umich.edu
282022SN/A//Include the trap format
292504SN/A##include "trap.isa"
302022SN/A
312022SN/A//Include the branch format
322504SN/A##include "branch.isa"
332022SN/A
342022SN/A//Include the noop format
352504SN/A##include "unimp.isa"
362083SN/A
372083SN/A//Include the noop format
382504SN/A##include "unknown.isa"
39