registers.hh (7649:a6a6177a5ffa) registers.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;

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

96 INTREG_LR,
97 INTREG_CTR,
98 INTREG_FPSCR,
99 INTREG_RSV,
100 INTREG_RSV_LEN,
101 INTREG_RSV_ADDR
102};
103
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;

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

96 INTREG_LR,
97 INTREG_CTR,
98 INTREG_FPSCR,
99 INTREG_RSV,
100 INTREG_RSV_LEN,
101 INTREG_RSV_ADDR
102};
103
104} // PowerISA namespace
104} // namespace PowerISA
105
106#endif // __ARCH_POWER_REGISTERS_HH__
105
106#endif // __ARCH_POWER_REGISTERS_HH__