Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc408 return kFormat2S; in VectorFormatHalfWidth()
423 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
430 case kFormat2S: in VectorFormatDoubleWidth()
456 case kFormat2S: in VectorFormatFillQ()
475 case kFormat2S: in VectorFormatHalfWidthDoubleLanes()
480 return kFormat2S; in VectorFormatHalfWidthDoubleLanes()
490 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
496 case kFormat2S: in VectorFormatDoubleLanes()
513 return kFormat2S; in VectorFormatHalfLanes()
557 case kFormat2S: in RegisterSizeInBitsFromFormat()
[all …]
Dinstructions-aarch64.h515 kFormat2S = NEON_2S, enumerator
670 kFormat2S, in GetVectorFormat()
Dsimulator-aarch64.cc570 case kFormat2S: in GetPrintRegisterFormat()
601 case kFormat2S: in GetPrintRegisterFormatFP()
5409 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
5418 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
5442 vform = q ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
Dlogic-aarch64.cc1926 case kFormat2S: in extractnarrow()
/external/v8/src/arm64/
Dinstructions-arm64.cc355 return kFormat2S; in VectorFormatHalfWidth()
368 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
375 case kFormat2S: in VectorFormatDoubleWidth()
399 case kFormat2S: in VectorFormatFillQ()
417 case kFormat2S: in VectorFormatHalfWidthDoubleLanes()
422 return kFormat2S; in VectorFormatHalfWidthDoubleLanes()
431 DCHECK(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
437 case kFormat2S: in VectorFormatDoubleLanes()
452 return kFormat2S; in VectorFormatHalfLanes()
494 case kFormat2S: in RegisterSizeInBitsFromFormat()
[all …]
Dinstructions-arm64.h454 kFormat2S = NEON_2S, enumerator
Dsimulator-arm64.cc989 case kFormat2S: in GetPrintRegisterFormat()
1014 case kFormat2S: in GetPrintRegisterFormatFP()
4776 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
4785 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
4806 vform = q ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
Dsimulator-logic-arm64.cc1736 case kFormat2S: in ExtractNarrow()