gem5  v22.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cc.hh
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2014 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
9  * licensed hereunder. You may use the software subject to the license
10  * terms below provided that you ensure that this notice is replicated
11  * unmodified and in its entirety in all distributions of the software,
12  * modified or unmodified, in source code or in binary form.
13  *
14  * Redistribution and use in source and binary forms, with or without
15  * modification, are permitted provided that the following conditions are
16  * met: redistributions of source code must retain the above copyright
17  * notice, this list of conditions and the following disclaimer;
18  * redistributions in binary form must reproduce the above copyright
19  * notice, this list of conditions and the following disclaimer in the
20  * documentation and/or other materials provided with the distribution;
21  * neither the name of the copyright holders nor the names of its
22  * contributors may be used to endorse or promote products derived from
23  * this software without specific prior written permission.
24  *
25  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36  */
37 
38 #ifndef __ARCH_ARM_REGS_CC_HH__
39 #define __ARCH_ARM_REGS_CC_HH__
40 
41 #include "cpu/reg_class.hh"
42 
43 namespace gem5
44 {
45 
46 namespace ArmISA
47 {
48 
49 namespace cc_reg
50 {
51 
52 enum : RegIndex
53 {
61 };
62 
63 inline constexpr RegId
65  C(CCRegClass, _CIdx),
66  V(CCRegClass, _VIdx),
70 
71 const char * const RegName[NumRegs] = {
72  "nz",
73  "c",
74  "v",
75  "ge",
76  "fp",
77  "zero"
78 };
79 
80 } // namespace cc_reg
81 
83 {
84  COND_EQ = 0,
85  COND_NE, // 1
86  COND_CS, // 2
87  COND_CC, // 3
88  COND_MI, // 4
89  COND_PL, // 5
90  COND_VS, // 6
91  COND_VC, // 7
92  COND_HI, // 8
93  COND_LS, // 9
94  COND_GE, // 10
95  COND_LT, // 11
96  COND_GT, // 12
97  COND_LE, // 13
98  COND_AL, // 14
99  COND_UC // 15
100 };
101 
102 } // namespace ArmISA
103 } // namespace gem5
104 
105 #endif // __ARCH_ARM_REGS_CC_HH__
gem5::ArmISA::COND_HI
@ COND_HI
Definition: cc.hh:92
gem5::ArmISA::cc_reg::_FpIdx
@ _FpIdx
Definition: cc.hh:58
gem5::ArmISA::COND_NE
@ COND_NE
Definition: cc.hh:85
gem5::CCRegClass
@ CCRegClass
Condition-code register.
Definition: reg_class.hh:65
gem5::ArmISA::cc_reg::_VIdx
@ _VIdx
Definition: cc.hh:56
gem5::ArmISA::cc_reg::Fp
constexpr RegId Fp(CCRegClass, _FpIdx)
gem5::ArmISA::cc_reg::RegName
const char *const RegName[NumRegs]
Definition: cc.hh:71
gem5::ArmISA::COND_PL
@ COND_PL
Definition: cc.hh:89
gem5::ArmISA::cc_reg::Nz
constexpr RegId Nz(CCRegClass, _NzIdx)
gem5::ArmISA::COND_CS
@ COND_CS
Definition: cc.hh:86
gem5::ArmISA::COND_LT
@ COND_LT
Definition: cc.hh:95
gem5::ArmISA::cc_reg::NumRegs
@ NumRegs
Definition: cc.hh:60
gem5::ArmISA::cc_reg::V
constexpr RegId V(CCRegClass, _VIdx)
gem5::ArmISA::COND_VC
@ COND_VC
Definition: cc.hh:91
gem5::ArmISA::COND_UC
@ COND_UC
Definition: cc.hh:99
gem5::ArmISA::COND_EQ
@ COND_EQ
Definition: cc.hh:84
gem5::ArmISA::COND_VS
@ COND_VS
Definition: cc.hh:90
gem5::ArmISA::cc_reg::_ZeroIdx
@ _ZeroIdx
Definition: cc.hh:59
gem5::ArmISA::cc_reg::_NzIdx
@ _NzIdx
Definition: cc.hh:54
gem5::ArmISA::COND_AL
@ COND_AL
Definition: cc.hh:98
gem5::ArmISA::cc_reg::_GeIdx
@ _GeIdx
Definition: cc.hh:57
gem5::ArmISA::cc_reg::C
constexpr RegId C(CCRegClass, _CIdx)
gem5::ArmISA::COND_MI
@ COND_MI
Definition: cc.hh:88
gem5::ArmISA::COND_LS
@ COND_LS
Definition: cc.hh:93
gem5::ArmISA::cc_reg::Ge
constexpr RegId Ge(CCRegClass, _GeIdx)
gem5::ArmISA::COND_LE
@ COND_LE
Definition: cc.hh:97
gem5::ArmISA::ConditionCode
ConditionCode
Definition: cc.hh:82
reg_class.hh
gem5::ArmISA::COND_GE
@ COND_GE
Definition: cc.hh:94
gem5::RegIndex
uint16_t RegIndex
Definition: types.hh:176
gem5
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Definition: gpu_translation_state.hh:37
gem5::ArmISA::cc_reg::Zero
constexpr RegId Zero(CCRegClass, _ZeroIdx)
gem5::ArmISA::COND_GT
@ COND_GT
Definition: cc.hh:96
gem5::ArmISA::cc_reg::_CIdx
@ _CIdx
Definition: cc.hh:55
gem5::RegId
Register ID: describe an architectural register with its class and index.
Definition: reg_class.hh:126
gem5::ArmISA::COND_CC
@ COND_CC
Definition: cc.hh:87

Generated on Thu Jun 16 2022 10:41:40 for gem5 by doxygen 1.8.17