Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc829 const char* Simulator::VRegNameForCode(unsigned code) { in VRegNameForCode() function in v8::internal::Simulator
1122 clr_fpreg_name, VRegNameForCode(code), in PrintFPRegister()
1199 clr_fpreg_name, VRegNameForCode(reg_code), in PrintReadFP()
1206 clr_fpreg_name, VRegNameForCode(reg_code), in PrintReadFP()
1263 clr_fpreg_name, VRegNameForCode(reg_code), in PrintWriteFP()
1270 clr_fpreg_name, VRegNameForCode(reg_code), in PrintWriteFP()
3291 clr_fpreg_name, VRegNameForCode(i), in PrintValue()
Dsimulator-arm64.h604 static inline const char* VRegNameForCode(unsigned code);
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc215 const char* Simulator::VRegNameForCode(unsigned code) { in VRegNameForCode() function in vixl::Simulator
582 clr_vreg_name, VRegNameForCode(code), clr_vreg_value); in PrintVRegisterRawHelper()
Dsimulator-a64.h1201 static const char* VRegNameForCode(unsigned code);