Searched refs:VRegNameForCode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 829 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()
|
D | simulator-arm64.h | 604 static inline const char* VRegNameForCode(unsigned code);
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 215 const char* Simulator::VRegNameForCode(unsigned code) { in VRegNameForCode() function in vixl::Simulator 582 clr_vreg_name, VRegNameForCode(code), clr_vreg_value); in PrintVRegisterRawHelper()
|
D | simulator-a64.h | 1201 static const char* VRegNameForCode(unsigned code);
|