registers.hh (7649:a6a6177a5ffa) registers.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

106{
107 IntReg intReg;
108 FloatReg fpReg;
109 MiscReg ctrlReg;
110} AnyReg;
111
112typedef uint16_t RegIndex;
113
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

106{
107 IntReg intReg;
108 FloatReg fpReg;
109 MiscReg ctrlReg;
110} AnyReg;
111
112typedef uint16_t RegIndex;
113
114}; // namespace X86ISA
114} // namespace X86ISA
115
116#endif // __ARCH_X86_REGFILE_HH__
115
116#endif // __ARCH_X86_REGFILE_HH__