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