Searched refs:GetSubstitute (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.cc | 369 snprintf(form_buffer_, sizeof(form_buffer_), string, GetSubstitute(0, mode0), in Substitute() 370 GetSubstitute(1, mode1), GetSubstitute(2, mode2), in Substitute() 371 GetSubstitute(3, mode3)); in Substitute() 397 const char* NEONFormatDecoder::GetSubstitute(int index, SubstitutionMode mode) { in GetSubstitute() function in v8::internal::NEONFormatDecoder
|
H A D | instructions-arm64.h | 725 const char* GetSubstitute(int index, SubstitutionMode mode);
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 881 const char* subst0 = GetSubstitute(0, mode0); in Substitute() 882 const char* subst1 = GetSubstitute(1, mode1); in Substitute() 883 const char* subst2 = GetSubstitute(2, mode2); in Substitute() 1077 const char* GetSubstitute(int index, SubstitutionMode mode) { in GetSubstitute() function in vixl::aarch64::NEONFormatDecoder
|
Completed in 5 milliseconds