Deleted Added
sdiff udiff text old ( 13115:e056f29e1994 ) new ( 13117:59959c5d7438 )
full compact
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

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

69 Bitfield<9, 6> daif; // AArch64
70 Bitfield<5> t;
71 Bitfield<4> width; // AArch64
72 Bitfield<3, 2> el; // AArch64
73 Bitfield<4, 0> mode;
74 Bitfield<0> sp; // AArch64
75 EndBitUnion(CPSR)
76
77 BitUnion32(HDCR)
78 Bitfield<11> tdra;
79 Bitfield<10> tdosa;
80 Bitfield<9> tda;
81 Bitfield<8> tde;
82 Bitfield<7> hpme;
83 Bitfield<6> tpm;
84 Bitfield<5> tpmcr;

--- 445 unchanged lines hidden ---