Searched refs:SRegNameForCode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 815 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in v8::internal::Simulator 1138 clr_fpreg_name, SRegNameForCode(code), in PrintFPRegister() 1201 clr_fpreg_name, SRegNameForCode(reg_code), in PrintReadFP() 1265 clr_fpreg_name, SRegNameForCode(reg_code), in PrintWriteFP() 3296 clr_fpreg_name, SRegNameForCode(i), in PrintValue() 3308 clr_fpreg_name, SRegNameForCode(i), in PrintValue()
|
D | simulator-arm64.h | 602 static inline const char* SRegNameForCode(unsigned code);
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 203 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in vixl::Simulator 636 (lane_size_in_bytes == kSRegSizeInBytes) ? SRegNameForCode(code) in PrintVRegisterFPHelper()
|
D | simulator-a64.h | 1199 static const char* SRegNameForCode(unsigned code);
|