Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.h2402 static const char* BRegNameForCode(unsigned code);
Dsimulator-aarch64.cc326 const char* Simulator::BRegNameForCode(unsigned code) { in BRegNameForCode() function in vixl::aarch64::Simulator
977 name << BRegNameForCode(code); in PrintVRegister()