Searched refs:kFormatD (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 398 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 …]
|
D | instructions-aarch64.h | 525 kFormatD = NEON_D | NEONScalar enumerator 671 kFormatD}; in GetVectorFormat()
|
D | simulator-aarch64.cc | 549 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()
|
D | logic-aarch64.cc | 1426 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()
|
D | disasm-aarch64.cc | 2613 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy() 2625 if (nfd.GetVectorFormat() == kFormatD) { in VisitNEONCopy()
|