/third_party/node/deps/v8/src/codegen/arm64/ |
D | register-arm64.cc | 13 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()
|
D | instructions-arm64.cc | 391 kFormat2S, kFormat4S, kFormat1D, kFormat2D, kFormatB, in GetVectorFormat()
|
D | register-arm64.h | 283 kFormat2D = NEON_2D, enumerator
|
D | macro-assembler-arm64.cc | 3748 VRegister tmp1 = scope.AcquireV(kFormat2D); in TruncateDoubleToI() 3759 VRegister tmp = scope.AcquireV(kFormat2D); in TruncateDoubleToI()
|
/third_party/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 1011 case kFormat2D: in VectorFormatHalfWidth() 1039 return kFormat2D; in VectorFormatDoubleWidth() 1075 case kFormat2D: in VectorFormatFillQ() 1076 return kFormat2D; in VectorFormatFillQ() 1095 case kFormat2D: in VectorFormatHalfWidthDoubleLanes() 1247 case kFormat2D: in RegisterSizeInBitsFromFormat() 1282 case kFormat2D: in LaneSizeInBitsFromFormat() 1322 case kFormat2D: in LaneSizeInBytesLog2FromFormat() 1347 case kFormat2D: in LaneCountFromFormat() 1379 case kFormat2D: in MaxLaneCountFromFormat()
|
D | instructions-aarch64.h | 188 kFormat2D = NEON_2D, enumerator 857 kFormat2D, in GetVectorFormat()
|
D | logic-aarch64.cc | 1227 uint64_t dst_val = src.Uint(kFormat2D, 0) + src.Uint(kFormat2D, 1); in addp() 5696 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmul() 5718 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmla() 5740 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmls() 5762 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmulx() 5994 LogicVRegister srctmp = mov(kFormat2D, tmp, src); in fcvtn() 6038 LogicVRegister srctmp = mov(kFormat2D, tmp, src); in fcvtxn()
|
D | simulator-aarch64.cc | 1111 case kFormat2D: in Simulator() 1151 case kFormat2D: in Simulator() 7793 VIXL_ASSERT(vform == kFormat2D); in Simulator() 8226 vf = ((instr->GetNEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in Simulator() 8415 vform = q ? kFormat2D : kFormat1D; in Simulator() 8430 vform = kFormat2D; in Simulator()
|
D | disasm-aarch64.cc | 3140 if ((vform_src == kFormat2S) || (vform_src == kFormat2D)) { in Disassembler() 3262 if (nfd.GetVectorFormat() == kFormat2D) { in Disassembler()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 1874 tmp = temps.AcquireV(kFormat2D); in emit_f64x2_pmin() 1891 tmp = temps.AcquireV(kFormat2D); in emit_f64x2_pmax() 2077 this, dst.fp().V2D(), lhs.fp().V2D(), rhs.gp(), kFormat2D); in emit_i64x2_shl() 2090 this, dst.fp().V2D(), lhs.fp().V2D(), rhs.gp(), kFormat2D); in emit_i64x2_shr_s() 2095 liftoff::EmitSimdShiftRightImmediate<kFormat2D, liftoff::ShiftSign::kSigned>( in emit_i64x2_shri_s() 2104 this, dst.fp().V2D(), lhs.fp().V2D(), rhs.gp(), kFormat2D); in emit_i64x2_shr_u() 2109 liftoff::EmitSimdShiftRightImmediate<kFormat2D, in emit_i64x2_shri_u() 2127 VRegister tmp1 = temps.AcquireV(kFormat2D); in emit_i64x2_mul() 2128 VRegister tmp2 = temps.AcquireV(kFormat2D); in emit_i64x2_mul()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 1081 kFormat2D); in AssembleArchInstruction() 1089 kFormat2D); in AssembleArchInstruction() 1093 kFormat2D); in AssembleArchInstruction() 1101 kFormat2D); in AssembleArchInstruction() 1109 kFormat2D); in AssembleArchInstruction() 2338 f == kFormat2D ? i.OutputRegister64() : i.OutputRegister32(); in AssembleArchInstruction() 2347 f == kFormat2D ? i.InputRegister64(2) : i.InputRegister32(2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 1165 uint64_t dst_val = src.Uint(kFormat2D, 0) + src.Uint(kFormat2D, 1); in addp() 1737 srcform = kFormat2D; in ExtractNarrow() 1741 srcform = kFormat2D; in ExtractNarrow() 3675 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmul() 3691 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmla() 3707 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmls() 3724 LogicVRegister index_reg = dup_element(kFormat2D, temp, src2, index); in fmulx()
|
D | simulator-arm64.cc | 1261 case kFormat2D: in GetPrintRegisterFormat() 1286 case kFormat2D: in GetPrintRegisterFormatFP() 5077 vf = ((instr->NEONLSSize() & 1) == 0) ? kFormat4S : kFormat2D; in NEONLoadStoreSingleStructHelper() 5266 vform = q ? kFormat2D : kFormat1D; in VisitNEONModifiedImmediate() 5278 vform = kFormat2D; in VisitNEONModifiedImmediate()
|
/third_party/vixl/test/aarch64/ |
D | test-api-aarch64.cc | 284 VIXL_CHECK(VRegister(12, kFormat2D).Is(v12.V2D())); in TEST()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 2241 if (nfd.GetVectorFormat() == kFormat2D) { in VisitNEONCopy()
|