gem5
v22.0.0.1
|
#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... | |
Definition at line 210 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 214 of file reg_class.hh.
References gem5::csprintf(), and gem5::X86ISA::val.