Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc402 case kFormat2D: return kFormat2S; in VectorFormatHalfWidth()
412 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S || in VectorFormatDoubleWidth()
417 case kFormat2S: return kFormat2D; in VectorFormatDoubleWidth()
435 case kFormat2S: in VectorFormatFillQ()
448 case kFormat2S: return kFormat4H; in VectorFormatHalfWidthDoubleLanes()
450 case kFormat1D: return kFormat2S; in VectorFormatHalfWidthDoubleLanes()
457 VIXL_ASSERT(vform == kFormat8B || vform == kFormat4H || vform == kFormat2S); in VectorFormatDoubleLanes()
461 case kFormat2S: return kFormat4S; in VectorFormatDoubleLanes()
472 case kFormat4S: return kFormat2S; in VectorFormatHalfLanes()
498 case kFormat2S: in RegisterSizeInBitsFromFormat()
[all …]
Dinstructions-a64.h435 kFormat2S = NEON_2S, enumerator
582 kFormat2S, kFormat4S, kFormat1D, kFormat2D, in GetVectorFormat()
Dsimulator-a64.cc467 case kFormat2S: return kPrintReg2S; in GetPrintRegisterFormat()
3368 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
3377 vform = (q == 1) ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
3398 vform = q ? kFormat4S : kFormat2S; in VisitNEONModifiedImmediate()
Dlogic-a64.cc2049 case kFormat2S : upperhalf = false; srcform = kFormat2D; break; in extractnarrow()