registers.hh (13616:61ada9c7ce12) registers.hh (13622:ba31c2a23eca)
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 "arch/generic/vec_pred_reg.hh"
44#include "arch/generic/vec_reg.hh"
45#include "arch/types.hh"
46#include "base/types.hh"
47
48namespace NullISA {
49
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 "arch/generic/vec_pred_reg.hh"
44#include "arch/generic/vec_reg.hh"
45#include "arch/types.hh"
46#include "base/types.hh"
47
48namespace NullISA {
49
50typedef uint8_t CCReg;
51const RegIndex ZeroReg = 0;
52
53// Not applicable to null
54using VecElem = ::DummyVecElem;
55using VecReg = ::DummyVecReg;
56using ConstVecReg = ::DummyConstVecReg;
57using VecRegContainer = ::DummyVecRegContainer;
58constexpr unsigned NumVecElemPerVecReg = ::DummyNumVecElemPerVecReg;

--- 12 unchanged lines hidden ---
50const RegIndex ZeroReg = 0;
51
52// Not applicable to null
53using VecElem = ::DummyVecElem;
54using VecReg = ::DummyVecReg;
55using ConstVecReg = ::DummyConstVecReg;
56using VecRegContainer = ::DummyVecRegContainer;
57constexpr unsigned NumVecElemPerVecReg = ::DummyNumVecElemPerVecReg;

--- 12 unchanged lines hidden ---