miscregs.cc (8550:8ac6c1fa657f) miscregs.cc (8737:770ccf3af571)
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

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

406 return MISCREG_PRRR;
407 } else if (opc2 == 1) {
408 return MISCREG_NMRR;
409 }
410 }
411 }
412 break;
413 case 11:
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

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

406 return MISCREG_PRRR;
407 } else if (opc2 == 1) {
408 return MISCREG_NMRR;
409 }
410 }
411 }
412 break;
413 case 11:
414 if (opc1 >= 0 && opc1 <=7) {
414 if (opc1 <=7) {
415 switch (crm) {
416 case 0:
417 case 1:
418 case 2:
419 case 3:
420 case 4:
421 case 5:
422 case 6:

--- 50 unchanged lines hidden ---
415 switch (crm) {
416 case 0:
417 case 1:
418 case 2:
419 case 3:
420 case 4:
421 case 5:
422 case 6:

--- 50 unchanged lines hidden ---