Searched refs:ZRegNameForCode (Results 1 – 2 of 2) sorted by relevance
2407 static const char* ZRegNameForCode(unsigned code);
356 const char* Simulator::ZRegNameForCode(unsigned code) { in ZRegNameForCode() function in vixl::aarch64::Simulator1118 name << ZRegNameForCode(code) << '<' << msb << ':' << lsb << '>'; in PrintPartialZRegister()