Searched refs:kFormat16B (Results 1 – 11 of 11) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 449 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()
|
D | instructions-aarch64.h | 512 kFormat16B = NEON_16B, enumerator 667 kFormat16B, in GetVectorFormat()
|
D | simulator-aarch64.cc | 560 case kFormat16B: in GetPrintRegisterFormat() 5160 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper() 5427 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
|
D | logic-aarch64.cc | 1914 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()
|
D | simulator-aarch64.h | 369 SetUint(kFormat16B, i, 0); in ClearForWrite()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 392 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 …]
|
D | instructions-arm64.h | 451 kFormat16B = NEON_16B, enumerator
|
D | simulator-arm64.cc | 979 case kFormat16B: in GetPrintRegisterFormat() 4543 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper() 4794 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
|
D | simulator-logic-arm64.cc | 1724 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()
|
D | simulator-arm64.h | 518 SetUint(kFormat16B, i, 0); in ClearForWrite()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2114 VRegister temp = scope.AcquireV(kFormat16B); in AssembleArchInstruction()
|