Home
last modified time | relevance | path

Searched refs:kFormat2S (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc405 return kFormat2S; in VectorFormatHalfWidth()
420 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
427 case kFormat2S: in VectorFormatDoubleWidth()
453 case kFormat2S: in VectorFormatFillQ()
472 case kFormat2S: in VectorFormatHalfWidthDoubleLanes()
477 return kFormat2S; in VectorFormatHalfWidthDoubleLanes()
487 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
493 case kFormat2S: in VectorFormatDoubleLanes()
510 return kFormat2S; in VectorFormatHalfLanes()
553 case kFormat2S: in RegisterSizeInBitsFromFormat()
[all …]
Dinstructions-aarch64.h512 kFormat2S = NEON_2S, enumerator
664 kFormat2S, in GetVectorFormat()
Dsimulator-aarch64.cc536 case kFormat2S: in GetPrintRegisterFormat()
563 case kFormat2S: in GetPrintRegisterFormatFP()
4348 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
4357 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
4378 vform = q ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
Dlogic-aarch64.cc2114 case kFormat2S: in extractnarrow()