main.isa (4348:5c21bdb46e6d) main.isa (4519:f8da6b45573f)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 The Hewlett-Packard Development Company
4// All rights reserved.
5//
6// Redistribution and use of this software in source and binary forms,
7// with or without modification, are permitted provided that the
8// following conditions are met:

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

76//
77// General infrastructure code. These files provide infrastructure
78// which was developed to support x86 but isn't specific to it.
79//
80
81//Include code to build macroops.
82##include "macroop.isa"
83
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007 The Hewlett-Packard Development Company
4// All rights reserved.
5//
6// Redistribution and use of this software in source and binary forms,
7// with or without modification, are permitted provided that the
8// following conditions are met:

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

76//
77// General infrastructure code. These files provide infrastructure
78// which was developed to support x86 but isn't specific to it.
79//
80
81//Include code to build macroops.
82##include "macroop.isa"
83
84//Include the simple microcode assembler. This will hopefully stay
85//unspecialized for x86 and can later be made available to other ISAs.
86##include "microasm.isa"
87
88////////////////////////////////////////////////////////////////////
89//
90// X86 only infrastructure code.
91//
92
93//Include the base class for x86 instructions, and some support code.
94##include "base.isa"
95

--- 31 unchanged lines hidden ---
84////////////////////////////////////////////////////////////////////
85//
86// X86 only infrastructure code.
87//
88
89//Include the base class for x86 instructions, and some support code.
90##include "base.isa"
91

--- 31 unchanged lines hidden ---