gem5
[DEVELOP-FOR-23.0]
|
#include <reg_class.hh>
Public Member Functions | |
std::string | valString (const void *val, size_t size) const override |
Print the value of a register pointed to by val of size size. More... | |
![]() | |
virtual std::string | regName (const RegId &id) const |
Print the name of the register specified in id. More... | |
virtual RegId | flatten (const BaseISA &isa, const RegId &id) const |
Flatten register id id using information in the ISA object isa. More... | |
Definition at line 358 of file reg_class.hh.
|
inlineoverridevirtual |
Print the value of a register pointed to by val of size size.
Reimplemented from gem5::RegClassOps.
Definition at line 362 of file reg_class.hh.
References gem5::csprintf(), and gem5::X86ISA::val.