registers.hh (7699:addb847910d2) registers.hh (8961:ff4762285f99)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_ALPHA_REGISTERS_HH__
32#define __ARCH_ALPHA_REGISTERS_HH__
33
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Gabe Black
29 */
30
31#ifndef __ARCH_ALPHA_REGISTERS_HH__
32#define __ARCH_ALPHA_REGISTERS_HH__
33
34#include "arch/alpha/generated/max_inst_regs.hh"
34#include "arch/alpha/ipr.hh"
35#include "arch/alpha/ipr.hh"
35#include "arch/alpha/max_inst_regs.hh"
36#include "base/types.hh"
37
38namespace AlphaISA {
39
40using AlphaISAInst::MaxInstSrcRegs;
41using AlphaISAInst::MaxInstDestRegs;
42
43typedef uint8_t RegIndex;

--- 67 unchanged lines hidden ---
36#include "base/types.hh"
37
38namespace AlphaISA {
39
40using AlphaISAInst::MaxInstSrcRegs;
41using AlphaISAInst::MaxInstDestRegs;
42
43typedef uint8_t RegIndex;

--- 67 unchanged lines hidden ---