Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc400 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
403 case kFormat8H: in VectorFormatHalfWidth()
427 return kFormat8H; in VectorFormatDoubleWidth()
453 case kFormat8H: in VectorFormatFillQ()
454 return kFormat8H; in VectorFormatFillQ()
473 case kFormat8H: in VectorFormatHalfWidthDoubleLanes()
478 return kFormat8H; in VectorFormatHalfWidthDoubleLanes()
495 return kFormat8H; in VectorFormatDoubleLanes()
506 VIXL_ASSERT(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
510 case kFormat8H: in VectorFormatHalfLanes()
[all …]
Dinstructions-aarch64.h514 kFormat8H = NEON_8H, enumerator
669 kFormat8H, in GetVectorFormat()
Dlogic-aarch64.cc1912 srcform = kFormat8H; in extractnarrow()
1916 srcform = kFormat8H; in extractnarrow()
1922 case kFormat8H: in extractnarrow()
4563 VIXL_ASSERT((vform == kFormat4H) || (vform == kFormat8H) || in NEON_FPPAIRWISE_LIST()
4568 if (vform == kFormat8H) { in NEON_FPPAIRWISE_LIST()
4639 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmul()
4661 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmla()
4683 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmls()
4705 LogicVRegister index_reg = dup_element(kFormat8H, temp, src2, index); in fmulx()
Dsimulator-aarch64.cc564 case kFormat8H: in GetPrintRegisterFormat()
595 case kFormat8H: in GetPrintRegisterFormatFP()
5200 vf = kFormat8H; in NEONLoadStoreSingleStructHelper()
5414 vform = (q == 1) ? kFormat8H : kFormat4H; in VisitNEONModifiedImmediate()
5439 vform = q ? kFormat8H : kFormat4H; in VisitNEONModifiedImmediate()
/external/v8/src/arm64/
Dinstructions-arm64.cc347 DCHECK(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
350 case kFormat8H: in VectorFormatHalfWidth()
372 return kFormat8H; in VectorFormatDoubleWidth()
396 case kFormat8H: in VectorFormatFillQ()
397 return kFormat8H; in VectorFormatFillQ()
415 case kFormat8H: in VectorFormatHalfWidthDoubleLanes()
420 return kFormat8H; in VectorFormatHalfWidthDoubleLanes()
436 return kFormat8H; in VectorFormatDoubleLanes()
445 DCHECK(vform == kFormat16B || vform == kFormat8H || vform == kFormat4S); in VectorFormatHalfLanes()
449 case kFormat8H: in VectorFormatHalfLanes()
[all …]
Dinstructions-arm64.h453 kFormat8H = NEON_8H, enumerator
Dsimulator-logic-arm64.cc1722 srcform = kFormat8H; in ExtractNarrow()
1726 srcform = kFormat8H; in ExtractNarrow()
1732 case kFormat8H: in ExtractNarrow()
Dsimulator-arm64.cc983 case kFormat8H: in GetPrintRegisterFormat()
4585 vf = kFormat8H; in NEONLoadStoreSingleStructHelper()
4781 vform = (q == 1) ? kFormat8H : kFormat4H; in VisitNEONModifiedImmediate()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1957 VRegister temp = scope.AcquireV(kFormat8H); in AssembleArchInstruction()
1993 VRegister temp = scope.AcquireV(kFormat8H); in AssembleArchInstruction()