Searched refs:kFormat2D (Results 1 – 11 of 11) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 400 VIXL_ASSERT(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth() 407 case kFormat2D: in VectorFormatHalfWidth() 431 return kFormat2D; in VectorFormatDoubleWidth() 461 case kFormat2D: in VectorFormatFillQ() 462 return kFormat2D; in VectorFormatFillQ() 481 case kFormat2D: in VectorFormatHalfWidthDoubleLanes() 589 case kFormat2D: in LaneSizeInBitsFromFormat() 621 case kFormat2D: in LaneSizeInBytesLog2FromFormat() 643 case kFormat2D: in LaneCountFromFormat() 675 case kFormat2D: in MaxLaneCountFromFormat()
|
D | instructions-aarch64.h | 518 kFormat2D = NEON_2D, enumerator 673 kFormat2D, in GetVectorFormat()
|
D | logic-aarch64.cc | 1240 uint64_t dst_val = src.Uint(kFormat2D, 0) + src.Uint(kFormat2D, 1); in addp() 1928 srcform = kFormat2D; in extractnarrow() 1932 srcform = kFormat2D; in extractnarrow() 4646 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmul() 4668 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmla() 4690 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmls() 4712 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmulx()
|
D | simulator-aarch64.cc | 572 case kFormat2D: in GetPrintRegisterFormat() 603 case kFormat2D: in GetPrintRegisterFormatFP() 5226 vf = ((instr->GetNEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in NEONLoadStoreSingleStructHelper() 5430 vform = q ? kFormat2D : kFormat1D; in VisitNEONModifiedImmediate() 5445 vform = kFormat2D; in VisitNEONModifiedImmediate()
|
D | disasm-aarch64.cc | 3195 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 347 DCHECK(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth() 354 case kFormat2D: in VectorFormatHalfWidth() 376 return kFormat2D; in VectorFormatDoubleWidth() 404 case kFormat2D: in VectorFormatFillQ() 405 return kFormat2D; in VectorFormatFillQ() 423 case kFormat2D: in VectorFormatHalfWidthDoubleLanes() 519 case kFormat2D: in LaneSizeInBitsFromFormat() 547 case kFormat2D: in LaneSizeInBytesLog2FromFormat() 566 case kFormat2D: in LaneCountFromFormat() 596 case kFormat2D: in MaxLaneCountFromFormat() [all …]
|
D | instructions-arm64.h | 457 kFormat2D = NEON_2D, enumerator
|
D | simulator-logic-arm64.cc | 1166 uint64_t dst_val = src.Uint(kFormat2D, 0) + src.Uint(kFormat2D, 1); in addp() 1738 srcform = kFormat2D; in ExtractNarrow() 1742 srcform = kFormat2D; in ExtractNarrow() 3635 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmul() 3651 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmla() 3667 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmls() 3684 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmulx()
|
D | simulator-arm64.cc | 991 case kFormat2D: in GetPrintRegisterFormat() 1016 case kFormat2D: in GetPrintRegisterFormatFP() 4616 vf = ((instr->NEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in NEONLoadStoreSingleStructHelper() 4797 vform = q ? kFormat2D : kFormat1D; in VisitNEONModifiedImmediate() 4809 vform = kFormat2D; in VisitNEONModifiedImmediate()
|
D | disasm-arm64.cc | 1962 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2861 reg.SetUint(kFormat2D, 0, low); in TraceTestHelper() 2862 reg.SetUint(kFormat2D, 1, high); in TraceTestHelper()
|