Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc688 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in v8::internal::Simulator
1205 ? SRegNameForCode(code) in PrintVRegisterFPHelper()
3034 SRegNameForCode(i), clr_vreg_value, sreg(i), clr_normal); in PrintValue()
3041 PrintF(stream_, "%s %s:%s %g%s\n", clr_vreg_name, SRegNameForCode(i), in PrintValue()
Dsimulator-arm64.h1275 static inline const char* SRegNameForCode(unsigned code);
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc244 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode() function in vixl::aarch64::Simulator
819 name = SRegNameForCode(code); in PrintVRegisterFPHelper()
Dsimulator-aarch64.h1547 static const char* SRegNameForCode(unsigned code);