Searched refs:PrintRegisterValue (Results 1 – 2 of 2) sorted by relevance
2433 void PrintRegisterValue(const uint8_t* value,2437 void PrintRegisterValue(const T& sim_register, PrintRegisterFormat format) {2438 PrintRegisterValue(sim_register.GetBytes(),
1209 void Simulator::PrintRegisterValue(const uint8_t* value, in PrintRegisterValue() function in vixl::aarch64::Simulator1344 PrintRegisterValue(*reg, format); in PrintRegister()1408 PrintRegisterValue(vregisters_[code], format); in PrintVRegister()1531 PrintRegisterValue(value, size, format); in PrintPartialZRegister()