registers.hh (6383:31c067ae3331) registers.hh (6807:14fbdb0f9585)
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

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

270 MISCREG_DATAHI7,
271
272
273 MISCREG_ERROR_EPC = 240, //Bank 30: 240-247
274
275 MISCREG_DESAVE = 248, //Bank 31: 248-256
276
277 MISCREG_LLFLAG = 257,
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

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

270 MISCREG_DATAHI7,
271
272
273 MISCREG_ERROR_EPC = 240, //Bank 30: 240-247
274
275 MISCREG_DESAVE = 248, //Bank 31: 248-256
276
277 MISCREG_LLFLAG = 257,
278 MISCREG_TP_VALUE,
278
279 MISCREG_NUMREGS
280};
281
282const int TotalDataRegs = NumIntRegs + NumFloatRegs;
283
284const int NumMiscRegs = MISCREG_NUMREGS;
285

--- 22 unchanged lines hidden ---
279
280 MISCREG_NUMREGS
281};
282
283const int TotalDataRegs = NumIntRegs + NumFloatRegs;
284
285const int NumMiscRegs = MISCREG_NUMREGS;
286

--- 22 unchanged lines hidden ---