registers.hh (6807:14fbdb0f9585) registers.hh (7649:a6a6177a5ffa)
1/*
2 * Copyright (c) 2006 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

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

278 MISCREG_TP_VALUE,
279
280 MISCREG_NUMREGS
281};
282
283const int TotalDataRegs = NumIntRegs + NumFloatRegs;
284
285const int NumMiscRegs = MISCREG_NUMREGS;
1/*
2 * Copyright (c) 2006 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

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

278 MISCREG_TP_VALUE,
279
280 MISCREG_NUMREGS
281};
282
283const int TotalDataRegs = NumIntRegs + NumFloatRegs;
284
285const int NumMiscRegs = MISCREG_NUMREGS;
286const int Max_DepTag = Ctrl_Base_DepTag + NumMiscRegs;
286
287const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
288
289typedef uint16_t RegIndex;
290
291typedef uint32_t IntReg;
292
293// floating point register file entry type

--- 15 unchanged lines hidden ---
287
288const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumMiscRegs;
289
290typedef uint16_t RegIndex;
291
292typedef uint32_t IntReg;
293
294// floating point register file entry type

--- 15 unchanged lines hidden ---