Home
last modified time | relevance | path

Searched refs:kFormatD (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc398 vform == kFormatH || vform == kFormatS || vform == kFormatD); in VectorFormatHalfWidth()
410 case kFormatD: in VectorFormatHalfWidth()
434 return kFormatD; in VectorFormatDoubleWidth()
456 case kFormatD: in VectorFormatFillQ()
527 return kFormatD; in ScalarFormatFromLaneSize()
549 case kFormatD: in RegisterSizeInBitsFromFormat()
582 case kFormatD: in LaneSizeInBitsFromFormat()
613 case kFormatD: in LaneSizeInBytesLog2FromFormat()
642 case kFormatD: in LaneCountFromFormat()
666 case kFormatD: in MaxLaneCountFromFormat()
[all …]
Dinstructions-aarch64.h525 kFormatD = NEON_D | NEONScalar enumerator
671 kFormatD}; in GetVectorFormat()
Dsimulator-aarch64.cc549 case kFormatD: in GetPrintRegisterFormat()
572 case kFormatD: in GetPrintRegisterFormatFP()
2383 .SetUint(kFormatD, 1, ReadXRegister(src)); in VisitFPIntegerConvert()
2386 WriteXRegister(dst, LogicVRegister(ReadVRegister(src)).Uint(kFormatD, 1)); in VisitFPIntegerConvert()
2623 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing1Source()
2715 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing2Source()
Dlogic-aarch64.cc1426 VIXL_ASSERT(vform == kFormatD); in addp()
2132 srcform = kFormatD; in extractnarrow()
4297 VIXL_ASSERT(vform == kFormatD); \
4932 double result = FixedToDouble(src.Int(kFormatD, i), fbits, round); in scvtf()
4951 double result = UFixedToDouble(src.Uint(kFormatD, i), fbits, round); in ucvtf()
Ddisasm-aarch64.cc2613 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
2625 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()