registers.hh (8961:ff4762285f99) registers.hh (9046:a1104cc13db2)
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;

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

37#include "arch/sparc/sparc_traits.hh"
38#include "base/types.hh"
39
40namespace SparcISA
41{
42
43using SparcISAInst::MaxInstSrcRegs;
44using SparcISAInst::MaxInstDestRegs;
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;

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

37#include "arch/sparc/sparc_traits.hh"
38#include "base/types.hh"
39
40namespace SparcISA
41{
42
43using SparcISAInst::MaxInstSrcRegs;
44using SparcISAInst::MaxInstDestRegs;
45using SparcISAInst::MaxMiscDestRegs;
45
46typedef uint64_t IntReg;
47typedef uint64_t MiscReg;
48typedef float FloatReg;
49typedef uint32_t FloatRegBits;
50typedef union
51{
52 IntReg intReg;

--- 32 unchanged lines hidden ---
46
47typedef uint64_t IntReg;
48typedef uint64_t MiscReg;
49typedef float FloatReg;
50typedef uint32_t FloatRegBits;
51typedef union
52{
53 IntReg intReg;

--- 32 unchanged lines hidden ---