formats.isa (2706:d88c27f75121) formats.isa (4661:44458219add1)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

--- 30 unchanged lines hidden (view full) ---

39##include "util.isa"
40
41//Include the control/cp0/cp1 formats
42##include "control.isa"
43
44//Include the integer formats
45##include "int.isa"
46
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

--- 30 unchanged lines hidden (view full) ---

39##include "util.isa"
40
41//Include the control/cp0/cp1 formats
42##include "control.isa"
43
44//Include the integer formats
45##include "int.isa"
46
47//Include the DSP integer format
48##include "dsp.isa"
49
47//Include the floatOp format
48##include "fp.isa"
49
50//Include the mem format
51##include "mem.isa"
52
53//Include the mem format
54##include "mt.isa"

--- 12 unchanged lines hidden ---
50//Include the floatOp format
51##include "fp.isa"
52
53//Include the mem format
54##include "mem.isa"
55
56//Include the mem format
57##include "mt.isa"

--- 12 unchanged lines hidden ---