/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | register-arm64.cc | 14 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth() 26 case kFormatD: in VectorFormatHalfWidth() 48 return kFormatD; in VectorFormatDoubleWidth() 68 case kFormatD: in VectorFormatFillQ() 133 return kFormatD; in ScalarFormatFromLaneSize() 160 case kFormatD: in RegisterSizeInBitsFromFormat() 187 case kFormatD: in LaneSizeInBitsFromFormat() 215 case kFormatD: in LaneSizeInBytesLog2FromFormat() 242 case kFormatD: in LaneCountFromFormat() 264 case kFormatD in MaxLaneCountFromFormat() [all...] |
H A D | instructions-arm64.cc | 392 kFormatH, kFormatS, kFormatD}; in GetVectorFormat()
|
H A D | register-arm64.h | 287 // and always clear for vector ops. Although kFormatD and kFormat1D appear 293 kFormatD = NEON_D | NEONScalar enumerator
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 1018 case kFormatD: in VectorFormatHalfWidth() 1046 return kFormatD; in VectorFormatDoubleWidth() 1074 case kFormatD: in VectorFormatFillQ() 1151 return kFormatD; in ScalarFormatFromLaneSize() 1239 case kFormatD: in RegisterSizeInBitsFromFormat() 1281 case kFormatD: in LaneSizeInBitsFromFormat() 1321 case kFormatD: in LaneSizeInBytesLog2FromFormat() 1354 case kFormatD: in LaneCountFromFormat() 1378 case kFormatD: in MaxLaneCountFromFormat() 1396 case kFormatD in IsVectorFormat() [all...] |
H A D | instructions-aarch64.h | 196 // and always clear for vector ops. Although kFormatD and kFormat1D appear 202 kFormatD = NEON_D | NEONScalar, enumerator 924 kFormatD}; in GetVectorFormat()
|
H A D | disasm-aarch64.cc | 2568 if (nfd.GetVectorFormat() == kFormatD) { in Disassembler() 2580 if (nfd.GetVectorFormat() == kFormatD) { in Disassembler() 2590 if ((vform == kFormatD) || in Disassembler() 3300 if (vform != kFormatD) { in Disassembler() 3306 if ((vform == kFormatB) || (vform == kFormatD)) { in Disassembler() 3353 if ((vform_dst == kFormatB) || (vform_dst == kFormatD)) { in Disassembler()
|
H A D | logic-aarch64.cc | 1240 VIXL_ASSERT(vform == kFormatD); in addp() 2175 dst.ClearForWrite(kFormatD); 2176 dst.SetInt(kFormatD, 0, result); 2193 dst.ClearForWrite(kFormatD); 2194 dst.SetUint(kFormatD, 0, result); 5560 VIXL_ASSERT(vform == kFormatD); \
|
H A D | simulator-aarch64.cc | 1231 case kFormatD: in Simulator() 1268 case kFormatD: in Simulator() 6016 .SetUint(kFormatD, 1, ReadXRegister(src)); in Simulator() 6019 WriteXRegister(dst, LogicVRegister(ReadVRegister(src)).Uint(kFormatD, 1)); in Simulator() 6336 vform = kFormatD; in Simulator() 6482 vform = kFormatD; in Simulator()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1080 EmitFpOrNeonUnop(tasm(), &TurboAssembler::Frintm, instr, i, kFormatD, in AssembleArchInstruction() local 1088 EmitFpOrNeonUnop(tasm(), &TurboAssembler::Frintp, instr, i, kFormatD, in AssembleArchInstruction() local 1092 EmitFpOrNeonUnop(tasm(), &TurboAssembler::Frinta, instr, i, kFormatD, in AssembleArchInstruction() local 1100 EmitFpOrNeonUnop(tasm(), &TurboAssembler::Frintz, instr, i, kFormatD, in AssembleArchInstruction() local 1108 EmitFpOrNeonUnop(tasm(), &TurboAssembler::Frintn, instr, i, kFormatD, in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 2215 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy() 2227 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-logic-arm64.cc | 1163 DCHECK_EQ(vform, kFormatD); in addp() 1753 srcform = kFormatD; in ExtractNarrow() 3623 DCHECK_EQ(vform, kFormatD); \ 4204 double result = FixedToDouble(src.Int(kFormatD, i), fbits, round); in scvtf() 4220 double result = UFixedToDouble(src.Uint(kFormatD, i), fbits, round); in ucvtf()
|
H A D | simulator-arm64.cc | 1272 case kFormatD: 1293 case kFormatD: 3125 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; 3216 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS;
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 275 VIXL_CHECK(VRegister(3, kFormatD).Is(d3)); in TEST()
|