Searched refs:XRegNameForCode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 780 const char* Simulator::XRegNameForCode(unsigned code, Reg31Mode mode) { in XRegNameForCode() function in v8::internal::Simulator 1086 clr_reg_name, XRegNameForCode(code, r31mode), in PrintRegister() 1161 clr_reg_name, XRegNameForCode(reg_code), in PrintRead() 1220 clr_reg_name, XRegNameForCode(reg_code), in PrintWrite() 3304 clr_reg_name, XRegNameForCode(i), clr_reg_value, xreg(i), clr_normal); in PrintValue()
|
D | simulator-arm64.h | 599 static inline const char* XRegNameForCode(unsigned code,
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 193 const char* Simulator::XRegNameForCode(unsigned code, Reg31Mode mode) { in XRegNameForCode() function in vixl::Simulator 534 case kXRegSizeInBytes: name = XRegNameForCode(code, r31mode); break; in PrintRegisterRawHelper()
|
D | simulator-a64.h | 1300 static const char* XRegNameForCode(unsigned code,
|