registers.hh (9920:028e4da64b42) registers.hh (10934:5af8f40d8f2c)
1/*
2 * Copyright (c) 2013 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

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

44
45namespace NullISA {
46
47typedef uint64_t IntReg;
48typedef uint32_t FloatRegBits;
49typedef float FloatReg;
50typedef uint8_t CCReg;
51typedef uint64_t MiscReg;
1/*
2 * Copyright (c) 2013 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

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

44
45namespace NullISA {
46
47typedef uint64_t IntReg;
48typedef uint32_t FloatRegBits;
49typedef float FloatReg;
50typedef uint8_t CCReg;
51typedef uint64_t MiscReg;
52typedef uint64_t VectorRegElement;
53typedef std::array<VectorRegElement, 0> VectorReg;
52
53}
54
55#endif // __ARCH_NULL_REGISTERS_HH__
54
55}
56
57#endif // __ARCH_NULL_REGISTERS_HH__