Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc793 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()
Dsimulator-arm64.h601 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
653 (lane_size_in_bytes == kSRegSizeInBytes) ? SRegNameForCode(code) in PrintVRegisterFPHelper()
Dsimulator-a64.h1302 static const char* SRegNameForCode(unsigned code);