Home
last modified time | relevance | path

Searched defs:vform (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/vixl/a64/
Dlogic-a64.cc386 void Simulator::ld1(VectorFormat vform, in ld1()
397 void Simulator::ld1(VectorFormat vform, in ld1()
405 void Simulator::ld1r(VectorFormat vform, in ld1r()
415 void Simulator::ld2(VectorFormat vform, in ld2()
432 void Simulator::ld2(VectorFormat vform, in ld2()
445 void Simulator::ld2r(VectorFormat vform, in ld2r()
459 void Simulator::ld3(VectorFormat vform, in ld3()
481 void Simulator::ld3(VectorFormat vform, in ld3()
498 void Simulator::ld3r(VectorFormat vform, in ld3r()
516 void Simulator::ld4(VectorFormat vform, in ld4()
[all …]
Dinstructions-a64.cc396 VectorFormat VectorFormatHalfWidth(const VectorFormat vform) { in VectorFormatHalfWidth()
411 VectorFormat VectorFormatDoubleWidth(const VectorFormat vform) { in VectorFormatDoubleWidth()
426 VectorFormat VectorFormatFillQ(const VectorFormat vform) { in VectorFormatFillQ()
444 VectorFormat VectorFormatHalfWidthDoubleLanes(const VectorFormat vform) { in VectorFormatHalfWidthDoubleLanes()
456 VectorFormat VectorFormatDoubleLanes(const VectorFormat vform) { in VectorFormatDoubleLanes()
467 VectorFormat VectorFormatHalfLanes(const VectorFormat vform) { in VectorFormatHalfLanes()
489 unsigned RegisterSizeInBitsFromFormat(VectorFormat vform) { in RegisterSizeInBitsFromFormat()
505 unsigned RegisterSizeInBytesFromFormat(VectorFormat vform) { in RegisterSizeInBytesFromFormat()
510 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat()
530 int LaneSizeInBytesFromFormat(VectorFormat vform) { in LaneSizeInBytesFromFormat()
[all …]
Dsimulator-a64.h460 int64_t Int(VectorFormat vform, int index) const { in Int()
472 uint64_t Uint(VectorFormat vform, int index) const { in Uint()
484 int64_t IntLeftJustified(VectorFormat vform, int index) const { in IntLeftJustified()
488 uint64_t UintLeftJustified(VectorFormat vform, int index) const { in UintLeftJustified()
492 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt()
502 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint()
512 void ReadUintFromMem(VectorFormat vform, int index, uint64_t addr) const { in ReadUintFromMem()
522 void WriteUintToMem(VectorFormat vform, int index, uint64_t addr) const { in WriteUintToMem()
543 void ClearForWrite(VectorFormat vform) const { in ClearForWrite()
592 LogicVRegister& SignedSaturate(VectorFormat vform) { in SignedSaturate()
[all …]
Dsimulator-a64.cc459 VectorFormat vform) { in GetPrintRegisterFormat()
2219 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing1Source() local
2267 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing2Source() local
3362 VectorFormat vform = kFormatUndefined; in VisitNEONModifiedImmediate() local
Dinstructions-a64.h579 static const VectorFormat vform[] = { in GetVectorFormat() local