miscregs.cc (7583:665d71561298) miscregs.cc (7853:69aae4379062)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

446 }
447 }
448 }
449 break;
450 case 15:
451 // Implementation defined
452 break;
453 }
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

446 }
447 }
448 }
449 break;
450 case 15:
451 // Implementation defined
452 break;
453 }
454 warn("Unknown miscreg: CRn: %d Opc1: %d CRm: %d opc2: %d\n",
455 crn, opc1, crm, opc2);
456 // Unrecognized register
457 return NUM_MISCREGS;
458}
459
460};
454 // Unrecognized register
455 return NUM_MISCREGS;
456}
457
458};