Home
last modified time | relevance | path

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

/external/v8/src/codegen/arm64/
Dregister-arm64.cc58 case kFormat16B: in VectorFormatFillQ()
59 return kFormat16B; in VectorFormatFillQ()
82 return kFormat16B; in VectorFormatHalfWidthDoubleLanes()
100 return kFormat16B; in VectorFormatDoubleLanes()
111 DCHECK(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
113 case kFormat16B: in VectorFormatHalfLanes()
177 case kFormat16B: in LaneSizeInBitsFromFormat()
205 case kFormat16B: in LaneSizeInBytesLog2FromFormat()
227 case kFormat16B: in LaneCountFromFormat()
254 case kFormat16B: in MaxLaneCountFromFormat()
Dinstructions-arm64.cc390 kFormatUndefined, kFormat8B, kFormat16B, kFormat4H, kFormat8H, in GetVectorFormat()
Dregister-arm64.h259 kFormat16B = NEON_16B, enumerator
/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.h573 kFormat16B = NEON_16B, enumerator
729 kFormat16B, in GetVectorFormat()
Dsimulator-aarch64.cc570 case kFormat16B: in GetPrintRegisterFormat()
5513 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper()
5780 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/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h2211 src1 = scope.AcquireV(kFormat16B); in emit_i8x16_shuffle()
2212 src2 = scope.AcquireV(kFormat16B); in emit_i8x16_shuffle()
2274 liftoff::EmitAllTrue(this, dst, src, kFormat16B); in emit_v8x16_alltrue()
/external/v8/src/execution/arm64/
Dsimulator-arm64.cc1051 case kFormat16B: in GetPrintRegisterFormat()
4772 VectorFormat vf = kFormat16B; in NEONLoadStoreSingleStructHelper()
5023 vform = q ? kFormat16B : kFormat8B; in VisitNEONModifiedImmediate()
Dsimulator-logic-arm64.cc1723 case kFormat16B: in ExtractNarrow()
2155 result[i] = zero_out_of_bounds ? 0 : dst.Uint(kFormat16B, i); in Table()
2162 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
Dsimulator-arm64.h516 SetUint(kFormat16B, i, 0); in ClearForWrite()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc2620 VRegister temp = scope.AcquireV(kFormat16B); in AssembleArchInstruction()