Home
last modified time | relevance | path

Searched refs:kFormat16B (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc446 case kFormat16B: in VectorFormatFillQ()
447 return kFormat16B; in VectorFormatFillQ()
471 return kFormat16B; in VectorFormatHalfWidthDoubleLanes()
490 return kFormat16B; in VectorFormatDoubleLanes()
503 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
505 case kFormat16B: in VectorFormatHalfLanes()
572 case kFormat16B: in LaneSizeInBitsFromFormat()
603 case kFormat16B: in LaneSizeInBytesLog2FromFormat()
627 case kFormat16B: in LaneCountFromFormat()
656 case kFormat16B: in MaxLaneCountFromFormat()
Dinstructions-aarch64.h509 kFormat16B = NEON_16B, enumerator
661 kFormat16B, in GetVectorFormat()
Dsimulator-aarch64.cc526 case kFormat16B: in GetPrintRegisterFormat()
4099 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper()
4366 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
Dlogic-aarch64.cc2102 case kFormat16B: in extractnarrow()
2624 result[i] = zero_out_of_bounds ? 0 : dst.Uint(kFormat16B, i); in Table()
2631 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
Dsimulator-aarch64.h535 SetUint(kFormat16B, i, 0); in ClearForWrite()