isa_traits.hh (5958:2d9737bf3c2f) isa_traits.hh (5991:3ca926101a5c)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

376
377 const int NumMiscRegs = NumControlRegs;
378
379 const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
380
381
382};
383
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

376
377 const int NumMiscRegs = NumControlRegs;
378
379 const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
380
381
382};
383
384using namespace MipsISA;
385
386#endif // __ARCH_MIPS_ISA_TRAITS_HH__
384#endif // __ARCH_MIPS_ISA_TRAITS_HH__