D | simulator-aarch64.cc | 38 const Instruction* Simulator::kEndOfSimAddress = NULL; 65 Simulator::Simulator(Decoder* decoder, FILE* stream) { in Simulator() function in vixl::aarch64::Simulator 104 void Simulator::ResetState() { in ResetState() 134 Simulator::~Simulator() { in ~Simulator() 145 void Simulator::Run() { in Run() 156 void Simulator::RunFrom(const Instruction* first) { in RunFrom() 162 const char* Simulator::xreg_names[] = {"x0", "x1", "x2", "x3", "x4", "x5", 169 const char* Simulator::wreg_names[] = {"w0", "w1", "w2", "w3", "w4", "w5", 176 const char* Simulator::sreg_names[] = {"s0", "s1", "s2", "s3", "s4", "s5", 183 const char* Simulator::dreg_names[] = {"d0", "d1", "d2", "d3", "d4", "d5", [all …]
|