Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc815 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()
Dsimulator-arm64.h602 static inline const char* SRegNameForCode(unsigned code);
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc203 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in vixl::Simulator
636 (lane_size_in_bytes == kSRegSizeInBytes) ? SRegNameForCode(code) in PrintVRegisterFPHelper()
Dsimulator-a64.h1199 static const char* SRegNameForCode(unsigned code);