Searched refs:SRegNameForCode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 793 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in v8::internal::Simulator 1115 clr_fpreg_name, SRegNameForCode(code), in PrintFPRegister() 1178 clr_fpreg_name, SRegNameForCode(reg_code), in PrintReadFP() 1242 clr_fpreg_name, SRegNameForCode(reg_code), in PrintWriteFP() 3280 clr_fpreg_name, SRegNameForCode(i), in PrintValue() 3292 clr_fpreg_name, SRegNameForCode(i), in PrintValue()
|
D | simulator-arm64.h | 601 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 653 (lane_size_in_bytes == kSRegSizeInBytes) ? SRegNameForCode(code) in PrintVRegisterFPHelper()
|
D | simulator-a64.h | 1302 static const char* SRegNameForCode(unsigned code);
|