Home
last modified time | relevance | path

Searched refs:kFormat2D (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/codegen/arm64/
Dregister-arm64.cc13 DCHECK(vform == kFormat8H || vform == kFormat4S || vform == kFormat2D || in VectorFormatHalfWidth()
20 case kFormat2D: in VectorFormatHalfWidth()
42 return kFormat2D; in VectorFormatDoubleWidth()
70 case kFormat2D: in VectorFormatFillQ()
71 return kFormat2D; in VectorFormatFillQ()
89 case kFormat2D: in VectorFormatHalfWidthDoubleLanes()
189 case kFormat2D: in LaneSizeInBitsFromFormat()
217 case kFormat2D: in LaneSizeInBytesLog2FromFormat()
236 case kFormat2D: in LaneCountFromFormat()
266 case kFormat2D: in MaxLaneCountFromFormat()
Dinstructions-arm64.cc391 kFormat2S, kFormat4S, kFormat1D, kFormat2D, kFormatB, in GetVectorFormat()
Dregister-arm64.h265 kFormat2D = NEON_2D, enumerator
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc400 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()
Dinstructions-aarch64.h579 kFormat2D = NEON_2D, enumerator
735 kFormat2D, in GetVectorFormat()
Dlogic-aarch64.cc1240 uint64_t dst_val = src.Uint(kFormat2D, 0) + src.Uint(kFormat2D, 1); in addp()
1928 srcform = kFormat2D; in extractnarrow()
1932 srcform = kFormat2D; in extractnarrow()
4830 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmul()
4852 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmla()
4874 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmls()
4896 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmulx()
Dsimulator-aarch64.cc582 case kFormat2D: in GetPrintRegisterFormat()
613 case kFormat2D: in GetPrintRegisterFormatFP()
5579 vf = ((instr->GetNEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in NEONLoadStoreSingleStructHelper()
5783 vform = q ? kFormat2D : kFormat1D; in VisitNEONModifiedImmediate()
5798 vform = kFormat2D; in VisitNEONModifiedImmediate()
Ddisasm-aarch64.cc3418 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h1644 tmp = temps.AcquireV(kFormat2D); in emit_f64x2_pmin()
1661 tmp = temps.AcquireV(kFormat2D); in emit_f64x2_pmax()
1825 this, dst.fp().V2D(), lhs.fp().V2D(), rhs.gp(), kFormat2D); in emit_i64x2_shl()
1838 this, dst.fp().V2D(), lhs.fp().V2D(), rhs.gp(), kFormat2D); in emit_i64x2_shr_s()
1843 liftoff::EmitSimdShiftRightImmediate<kFormat2D, liftoff::ShiftSign::kSigned>( in emit_i64x2_shri_s()
1852 this, dst.fp().V2D(), lhs.fp().V2D(), rhs.gp(), kFormat2D); in emit_i64x2_shr_u()
1857 liftoff::EmitSimdShiftRightImmediate<kFormat2D, in emit_i64x2_shri_u()
1875 VRegister tmp1 = temps.AcquireV(kFormat2D); in emit_i64x2_mul()
1876 VRegister tmp2 = temps.AcquireV(kFormat2D); in emit_i64x2_mul()
/external/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc1165 uint64_t dst_val = src.Uint(kFormat2D, 0) + src.Uint(kFormat2D, 1); in addp()
1737 srcform = kFormat2D; in ExtractNarrow()
1741 srcform = kFormat2D; in ExtractNarrow()
3695 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmul()
3711 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmla()
3727 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmls()
3744 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmulx()
Dsimulator-arm64.cc1063 case kFormat2D: in GetPrintRegisterFormat()
1088 case kFormat2D: in GetPrintRegisterFormatFP()
4845 vf = ((instr->NEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in NEONLoadStoreSingleStructHelper()
5026 vform = q ? kFormat2D : kFormat1D; in VisitNEONModifiedImmediate()
5038 vform = kFormat2D; in VisitNEONModifiedImmediate()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1050 kFormat2D); in AssembleArchInstruction()
1058 kFormat2D); in AssembleArchInstruction()
1062 kFormat2D); in AssembleArchInstruction()
1070 kFormat2D); in AssembleArchInstruction()
1078 kFormat2D); in AssembleArchInstruction()
/external/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc2236 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2869 reg.SetUint(kFormat2D, 0, low); in TraceTestHelper()
2870 reg.SetUint(kFormat2D, 1, high); in TraceTestHelper()