Home
last modified time | relevance | path

Searched refs:NEONFormat (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h568 enum NEONFormat { enum
591 NEONFormat map[1 << kNEONFormatMaxBits];
727 // Get the NEONFormat enumerated value for bits obtained from the
729 NEONFormat GetNEONFormat(const NEONFormatMap* format_map);
731 // Convert a NEONFormat into a string.
732 static const char* NEONFormatAsString(NEONFormat format);
734 // Convert a NEONFormat into a register placeholder string.
735 static const char* NEONFormatAsPlaceholder(NEONFormat format);
H A Dinstructions-arm64.cc405 NEONFormat NEONFormatDecoder::GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat()
409 const char* NEONFormatDecoder::NEONFormatAsString(NEONFormat format) { in NEONFormatAsString()
417 const char* NEONFormatDecoder::NEONFormatAsPlaceholder(NEONFormat format) { in NEONFormatAsPlaceholder()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h798 enum NEONFormat { enum
822 NEONFormat map[1 << kNEONFormatMaxBits];
1085 // Get the NEONFormat enumerated value for bits obtained from the
1087 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat()
1091 // Convert a NEONFormat into a string.
1092 static const char* NEONFormatAsString(NEONFormat format) { in NEONFormatAsString()
1104 // Convert a NEONFormat into a register placeholder string.
1105 static const char* NEONFormatAsPlaceholder(NEONFormat format) {

Completed in 5 milliseconds