Searched refs:WRegNameForCode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 658 const char* Simulator::WRegNameForCode(unsigned code, Reg31Mode mode) { in WRegNameForCode() function in v8::internal::Simulator 1261 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper() 1264 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper() 1269 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper() 3046 clr_reg_name, WRegNameForCode(i), clr_reg_value, wreg(i), clr_normal); in PrintValue()
|
D | simulator-arm64.h | 1271 static inline const char* WRegNameForCode(unsigned code,
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 218 const char* Simulator::WRegNameForCode(unsigned code, Reg31Mode mode) { in WRegNameForCode() function in vixl::aarch64::Simulator 682 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper() 685 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper() 690 name = WRegNameForCode(code, r31mode); in PrintRegisterRawHelper()
|
D | simulator-aarch64.h | 1542 static const char* WRegNameForCode(unsigned code,
|