registers.hh (9850:87d6b41749e9) registers.hh (9920:028e4da64b42)
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

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

42
43#include "base/types.hh"
44
45namespace NullISA {
46
47typedef uint64_t IntReg;
48typedef uint32_t FloatRegBits;
49typedef float FloatReg;
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

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

42
43#include "base/types.hh"
44
45namespace NullISA {
46
47typedef uint64_t IntReg;
48typedef uint32_t FloatRegBits;
49typedef float FloatReg;
50typedef uint8_t CCReg;
50typedef uint64_t MiscReg;
51
52}
53
54#endif // __ARCH_NULL_REGISTERS_HH__
51typedef uint64_t MiscReg;
52
53}
54
55#endif // __ARCH_NULL_REGISTERS_HH__