isa.hh (6691:cd68b6ecd68d) isa.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
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

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

105 }
106
107 ISA()
108 {
109 clear();
110 }
111};
112
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * Copyright (c) 2009 The University of Edinburgh
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

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

105 }
106
107 ISA()
108 {
109 clear();
110 }
111};
112
113} // PowerISA namespace
113} // namespace PowerISA
114
115#endif // __ARCH_POWER_ISA_HH__
114
115#endif // __ARCH_POWER_ISA_HH__