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/
Dinstructions-arm64.h568 enum NEONFormat { enum
591 NEONFormat map[1 << kNEONFormatMaxBits];
729 NEONFormat GetNEONFormat(const NEONFormatMap* format_map);
732 static const char* NEONFormatAsString(NEONFormat format);
735 static const char* NEONFormatAsPlaceholder(NEONFormat format);
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/
Dinstructions-aarch64.h735 enum NEONFormat { enum
759 NEONFormat map[1 << kNEONFormatMaxBits];
1024 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat()
1029 static const char* NEONFormatAsString(NEONFormat format) { in NEONFormatAsString()
1042 static const char* NEONFormatAsPlaceholder(NEONFormat format) { in NEONFormatAsPlaceholder()