Deleted Added
sdiff udiff text old ( 7362:9ea92e0eb4a9 ) new ( 7376:3b781776b2d9 )
full compact
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

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

289
290 BitUnion32(FSR)
291 Bitfield<3, 0> fsLow;
292 Bitfield<7, 4> domain;
293 Bitfield<10> fsHigh;
294 Bitfield<11> wnr;
295 Bitfield<12> ext;
296 EndBitUnion(FSR)
297};
298
299#endif // __ARCH_ARM_MISCREGS_HH__