miscregs.hh (7512:ffac9df60637) miscregs.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2009 The University of Edinburgh
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

90 Bitfield<7> oe;
91 Bitfield<6> ue;
92 Bitfield<5> ze;
93 Bitfield<4> xe;
94 Bitfield<3> ni;
95 Bitfield<2,1> rn;
96EndBitUnion(Fpscr)
97
1/*
2 * Copyright (c) 2009 The University of Edinburgh
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

90 Bitfield<7> oe;
91 Bitfield<6> ue;
92 Bitfield<5> ze;
93 Bitfield<4> xe;
94 Bitfield<3> ni;
95 Bitfield<2,1> rn;
96EndBitUnion(Fpscr)
97
98}; // PowerISA namespace
98} // namespace PowerISA
99
100#endif // __ARCH_POWER_MISCREGS_HH__
99
100#endif // __ARCH_POWER_MISCREGS_HH__