Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc402 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1()
411 void Simulator::ld1(VectorFormat vform, in ld1()
419 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1r()
427 void Simulator::ld2(VectorFormat vform, in ld2()
444 void Simulator::ld2(VectorFormat vform, in ld2()
457 void Simulator::ld2r(VectorFormat vform, in ld2r()
471 void Simulator::ld3(VectorFormat vform, in ld3()
493 void Simulator::ld3(VectorFormat vform, in ld3()
510 void Simulator::ld3r(VectorFormat vform, in ld3r()
528 void Simulator::ld4(VectorFormat vform, in ld4()
[all …]
Dinstructions-aarch64.cc396 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth()
419 VectorFormat VectorFormatDoubleWidth(VectorFormat vform) { in VectorFormatDoubleWidth()
442 VectorFormat VectorFormatFillQ(VectorFormat vform) { in VectorFormatFillQ()
466 VectorFormat VectorFormatHalfWidthDoubleLanes(VectorFormat vform) { in VectorFormatHalfWidthDoubleLanes()
486 VectorFormat VectorFormatDoubleLanes(VectorFormat vform) { in VectorFormatDoubleLanes()
502 VectorFormat VectorFormatHalfLanes(VectorFormat vform) { in VectorFormatHalfLanes()
535 VectorFormat ScalarFormatFromFormat(VectorFormat vform) { in ScalarFormatFromFormat()
540 unsigned RegisterSizeInBitsFromFormat(VectorFormat vform) { in RegisterSizeInBitsFromFormat()
562 unsigned RegisterSizeInBytesFromFormat(VectorFormat vform) { in RegisterSizeInBytesFromFormat()
567 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat()
[all …]
Dsimulator-aarch64.h373 int64_t Int(VectorFormat vform, int index) const { in Int()
395 uint64_t Uint(VectorFormat vform, int index) const { in Uint()
417 uint64_t UintLeftJustified(VectorFormat vform, int index) const { in UintLeftJustified()
421 int64_t IntLeftJustified(VectorFormat vform, int index) const { in IntLeftJustified()
428 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt()
448 void SetIntArray(VectorFormat vform, const int64_t* src) const { in SetIntArray()
455 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint()
475 void SetUintArray(VectorFormat vform, const uint64_t* src) const { in SetUintArray()
482 void ReadUintFromMem(VectorFormat vform, int index, uint64_t addr) const { in ReadUintFromMem()
502 void WriteUintToMem(VectorFormat vform, int index, uint64_t addr) const { in WriteUintToMem()
[all …]
Dsimulator-aarch64.cc521 VectorFormat vform) { in GetPrintRegisterFormat()
556 VectorFormat vform) { in GetPrintRegisterFormatFP()
2623 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing1Source() local
2715 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing2Source() local
4342 VectorFormat vform = kFormatUndefined; in VisitNEONModifiedImmediate() local
Dinstructions-aarch64.h659 static const VectorFormat vform[] = {kFormatUndefined, in GetVectorFormat() local