miscregs.hh (12675:f3439303feb4) miscregs.hh (12708:251244beea94)
1/*
2 * Copyright (c) 2010-2018 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

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

1473 Bitfield<4> t4;
1474 Bitfield<3> t3;
1475 Bitfield<2> t2;
1476 Bitfield<1> t1;
1477 Bitfield<0> t0;
1478 EndBitUnion(HSTR)
1479
1480 BitUnion64(HCR)
1/*
2 * Copyright (c) 2010-2018 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

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

1473 Bitfield<4> t4;
1474 Bitfield<3> t3;
1475 Bitfield<2> t2;
1476 Bitfield<1> t1;
1477 Bitfield<0> t0;
1478 EndBitUnion(HSTR)
1479
1480 BitUnion64(HCR)
1481 Bitfield<34> e2h; // AArch64
1481 Bitfield<33> id; // AArch64
1482 Bitfield<32> cd; // AArch64
1483 Bitfield<31> rw; // AArch64
1484 Bitfield<30> trvm; // AArch64
1485 Bitfield<29> hcd; // AArch64
1486 Bitfield<28> tdz; // AArch64
1487
1488 Bitfield<27> tge;

--- 459 unchanged lines hidden ---
1482 Bitfield<33> id; // AArch64
1483 Bitfield<32> cd; // AArch64
1484 Bitfield<31> rw; // AArch64
1485 Bitfield<30> trvm; // AArch64
1486 Bitfield<29> hcd; // AArch64
1487 Bitfield<28> tdz; // AArch64
1488
1489 Bitfield<27> tge;

--- 459 unchanged lines hidden ---