Deleted Added
sdiff udiff text old ( 3459:dd091092c8bb ) new ( 3462:ad2989480f70 )
full compact
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;

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

213 IPR_DC_TEST_TAG,
214 IPR_DC_TEST_TAG_TEMP,
215 IPR_DC_MODE,
216 IPR_MAF_MODE,
217
218 NumInternalProcRegs // number of IPR registers
219 };
220
221
222 extern md_ipr_names MiscRegIndexToIpr[NumInternalProcRegs];
223 extern int IprToMiscRegIndex[MaxInternalProcRegs];
224
225 void initializeIprTable();
226}
227
228#endif