Home
last modified time | relevance | path

Searched refs:WRegNameForCode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm64/
Dsimulator-arm64.cc787 const char* Simulator::WRegNameForCode(unsigned code, Reg31Mode mode) { in WRegNameForCode() function in v8::internal::Simulator
1228 clr_reg_name, WRegNameForCode(reg_code), in PrintWrite()
1233 clr_reg_name, WRegNameForCode(reg_code), in PrintWrite()
1238 clr_reg_name, WRegNameForCode(reg_code), in PrintWrite()
3314 clr_reg_name, WRegNameForCode(i), clr_reg_value, wreg(i), clr_normal); in PrintValue()
Dsimulator-arm64.h598 static inline const char* WRegNameForCode(unsigned code,
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc183 const char* Simulator::WRegNameForCode(unsigned code, Reg31Mode mode) { in WRegNameForCode() function in vixl::Simulator
518 case kWRegSizeInBytes: name = WRegNameForCode(code, r31mode); break; in PrintRegisterRawHelper()
520 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper()
525 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper()
Dsimulator-a64.h1195 static const char* WRegNameForCode(unsigned code,