gem5
v21.1.0.1
|
#include "arch/arm/tracers/tarmac_record.hh"
#include <memory>
#include "arch/arm/insts/static_inst.hh"
#include "tarmac_tracer.hh"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::Trace | |
Functions | |
std::string | gem5::Trace::iSetStateToStr (TarmacBaseRecord::ISetState isetstate) |
Returns the string representation of the instruction set being currently run according to the Tarmac format. More... | |
std::string | gem5::Trace::opModeToStr (ArmISA::OperatingMode opMode) |
Returns the string representation of the ARM Operating Mode (CPSR.M[3:0] field) according to the Tarmac format. More... | |