Home
last modified time | relevance | path

Searched refs:SRegNameForCode (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dsimulator-aarch64.h2404 static const char* SRegNameForCode(unsigned code);
Dsimulator-aarch64.cc338 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in vixl::aarch64::Simulator
983 name << SRegNameForCode(code); in PrintVRegister()