main.isa (3377:59f26f1b5c4f) main.isa (3388:1c6ebfc4c20e)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

50
51//Include the operand_types and operand definitions
52##include "operands.isa"
53
54//Include the base class for sparc instructions, and some support code
55##include "base.isa"
56
57//Include the definitions for the instruction formats
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 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

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

50
51//Include the operand_types and operand definitions
52##include "operands.isa"
53
54//Include the base class for sparc instructions, and some support code
55##include "base.isa"
56
57//Include the definitions for the instruction formats
58##include "formats.isa"
58##include "formats/formats.isa"
59
60//Include the decoder definition
61##include "decoder.isa"
59
60//Include the decoder definition
61##include "decoder.isa"