Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc449 case kFormat16B: in VectorFormatFillQ()
450 return kFormat16B; in VectorFormatFillQ()
474 return kFormat16B; in VectorFormatHalfWidthDoubleLanes()
493 return kFormat16B; in VectorFormatDoubleLanes()
506 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
508 case kFormat16B: in VectorFormatHalfLanes()
576 case kFormat16B: in LaneSizeInBitsFromFormat()
608 case kFormat16B: in LaneSizeInBytesLog2FromFormat()
633 case kFormat16B: in LaneCountFromFormat()
663 case kFormat16B: in MaxLaneCountFromFormat()
Dinstructions-aarch64.h512 kFormat16B = NEON_16B, enumerator
667 kFormat16B, in GetVectorFormat()
Dsimulator-aarch64.cc560 case kFormat16B: in GetPrintRegisterFormat()
5160 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper()
5427 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
Dlogic-aarch64.cc1914 case kFormat16B: in extractnarrow()
2631 result[i] = zero_out_of_bounds ? 0 : dst.Uint(kFormat16B, i); in Table()
2638 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
Dsimulator-aarch64.h369 SetUint(kFormat16B, i, 0); in ClearForWrite()
/external/v8/src/arm64/
Dinstructions-arm64.cc392 case kFormat16B: in VectorFormatFillQ()
393 return kFormat16B; in VectorFormatFillQ()
416 return kFormat16B; in VectorFormatHalfWidthDoubleLanes()
434 return kFormat16B; in VectorFormatDoubleLanes()
445 DCHECK(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
447 case kFormat16B: in VectorFormatHalfLanes()
507 case kFormat16B: in LaneSizeInBitsFromFormat()
535 case kFormat16B: in LaneSizeInBytesLog2FromFormat()
557 case kFormat16B: in LaneCountFromFormat()
584 case kFormat16B: in MaxLaneCountFromFormat()
[all …]
Dinstructions-arm64.h451 kFormat16B = NEON_16B, enumerator
Dsimulator-arm64.cc979 case kFormat16B: in GetPrintRegisterFormat()
4543 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper()
4794 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
Dsimulator-logic-arm64.cc1724 case kFormat16B: in ExtractNarrow()
2156 result[i] = zero_out_of_bounds ? 0 : dst.Uint(kFormat16B, i); in Table()
2163 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
Dsimulator-arm64.h518 SetUint(kFormat16B, i, 0); in ClearForWrite()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2114 VRegister temp = scope.AcquireV(kFormat16B); in AssembleArchInstruction()