Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dinstructions-a64.cc397 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
400 case kFormat8H: return kFormat8B; in VectorFormatHalfWidth()
415 case kFormat8B: return kFormat8H; in VectorFormatDoubleWidth()
433 case kFormat8H: return kFormat8H; in VectorFormatFillQ()
447 case kFormat8H: return kFormat16B; in VectorFormatHalfWidthDoubleLanes()
449 case kFormat4S: return kFormat8H; in VectorFormatHalfWidthDoubleLanes()
460 case kFormat4H: return kFormat8H; in VectorFormatDoubleLanes()
468 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
471 case kFormat8H: return kFormat4H; in VectorFormatHalfLanes()
518 case kFormat8H: return 16; in LaneSizeInBitsFromFormat()
[all …]
Dinstructions-a64.h434 kFormat8H = NEON_8H, enumerator
581 kFormat8B, kFormat16B, kFormat4H, kFormat8H, in GetVectorFormat()
Dsimulator-a64.cc464 case kFormat8H: return kPrintReg8H; in GetPrintRegisterFormat()
3192 case NEON_ST4_h_post: vf = kFormat8H; break; in NEONLoadStoreSingleStructHelper()
3373 vform = (q == 1) ? kFormat8H : kFormat4H; in VisitNEONModifiedImmediate()
Dlogic-a64.cc2045 case kFormat8B : upperhalf = false; srcform = kFormat8H; break; in extractnarrow()
2046 case kFormat16B: upperhalf = true; srcform = kFormat8H; break; in extractnarrow()
2048 case kFormat8H : upperhalf = true; srcform = kFormat4S; break; in extractnarrow()