gem5 v24.0.0.0
|
#include <misc.hh>
Public Member Functions | |
std::string | regName (const RegId &id) const override |
Print the name of the register specified in id. | |
Public Member Functions inherited from gem5::RegClassOps | |
virtual std::string | valString (const void *val, const size_t &size) const |
Print the value of a register pointed to by val of size size. | |
virtual RegId | flatten (const BaseISA &isa, const RegId &id) const |
Flatten register id id using information in the ISA object isa. | |
|
inlineoverridevirtual |
Print the name of the register specified in id.
Reimplemented from gem5::RegClassOps.
Definition at line 2929 of file misc.hh.
References gem5::ArmISA::miscRegName.