isa.cc (11574:868c31fcca24) isa.cc (11575:0005b28685f0)
1/*
2 * Copyright (c) 2010-2016 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

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

1616 case MISCREG_CONTEXTIDR:
1617 case MISCREG_PRRR:
1618 case MISCREG_NMRR:
1619 case MISCREG_MAIR0:
1620 case MISCREG_MAIR1:
1621 case MISCREG_DACR:
1622 case MISCREG_VTTBR:
1623 case MISCREG_SCR_EL3:
1/*
2 * Copyright (c) 2010-2016 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

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

1616 case MISCREG_CONTEXTIDR:
1617 case MISCREG_PRRR:
1618 case MISCREG_NMRR:
1619 case MISCREG_MAIR0:
1620 case MISCREG_MAIR1:
1621 case MISCREG_DACR:
1622 case MISCREG_VTTBR:
1623 case MISCREG_SCR_EL3:
1624 case MISCREG_HCR_EL2:
1624 case MISCREG_TCR_EL1:
1625 case MISCREG_TCR_EL2:
1626 case MISCREG_TCR_EL3:
1627 case MISCREG_SCTLR_EL2:
1628 case MISCREG_SCTLR_EL3:
1629 case MISCREG_HSCTLR:
1630 case MISCREG_TTBR0_EL1:
1631 case MISCREG_TTBR1_EL1:

--- 309 unchanged lines hidden ---
1625 case MISCREG_TCR_EL1:
1626 case MISCREG_TCR_EL2:
1627 case MISCREG_TCR_EL3:
1628 case MISCREG_SCTLR_EL2:
1629 case MISCREG_SCTLR_EL3:
1630 case MISCREG_HSCTLR:
1631 case MISCREG_TTBR0_EL1:
1632 case MISCREG_TTBR1_EL1:

--- 309 unchanged lines hidden ---