Home
last modified time | relevance | path

Searched defs:GetVectorFormat (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.cc383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() function in v8::internal::NEONFormatDecoder
387 VectorFormat NEONFormatDecoder::GetVectorFormat( in GetVectorFormat() function in v8::internal::NEONFormatDecoder
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h848 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() function