Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc170 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1()
179 void Simulator::ld1(VectorFormat vform, in ld1()
187 void Simulator::ld1r(VectorFormat vform, in ld1r()
204 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1r()
209 void Simulator::ld2(VectorFormat vform, in ld2()
226 void Simulator::ld2(VectorFormat vform, in ld2()
239 void Simulator::ld2r(VectorFormat vform, in ld2r()
253 void Simulator::ld3(VectorFormat vform, in ld3()
275 void Simulator::ld3(VectorFormat vform, in ld3()
292 void Simulator::ld3r(VectorFormat vform, in ld3r()
[all …]
Dinstructions-aarch64.cc1005 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth()
1032 VectorFormat VectorFormatDoubleWidth(VectorFormat vform) { in VectorFormatDoubleWidth()
1059 VectorFormat VectorFormatFillQ(VectorFormat vform) { in VectorFormatFillQ()
1083 VectorFormat VectorFormatHalfWidthDoubleLanes(VectorFormat vform) { in VectorFormatHalfWidthDoubleLanes()
1109 VectorFormat VectorFormatDoubleLanes(VectorFormat vform) { in VectorFormatDoubleLanes()
1125 VectorFormat VectorFormatHalfLanes(VectorFormat vform) { in VectorFormatHalfLanes()
1158 bool IsSVEFormat(VectorFormat vform) { in IsSVEFormat()
1222 VectorFormat ScalarFormatFromFormat(VectorFormat vform) { in ScalarFormatFromFormat()
1227 unsigned RegisterSizeInBitsFromFormat(VectorFormat vform) { in RegisterSizeInBitsFromFormat()
1256 unsigned RegisterSizeInBytesFromFormat(VectorFormat vform) { in RegisterSizeInBytesFromFormat()
[all …]
Dsimulator-aarch64.cc717 void Simulator::ExtractFromSimVRegister(VectorFormat vform, in ExtractFromSimVRegister()
1079 VectorFormat vform) { in GetPrintRegisterFormat()
1123 VectorFormat vform) { in GetPrintRegisterFormatFP()
1991 VectorFormat vform = instr->GetSVEVectorFormat(); in Simulate_PdT_PgZ_ZnT_ZmT() local
2012 VectorFormat vform = instr->GetSVEVectorFormat(); in Simulate_PdT_Xn_Xm() local
2083 VectorFormat vform = instr->GetSVEVectorFormat(); in SimulateSVEMulIndex() local
2102 VectorFormat vform = instr->GetSVEVectorFormat(); in SimulateSVEMlaMlsIndex() local
2126 VectorFormat vform = instr->GetSVEVectorFormat(); in SimulateSVESaturatingMulHighIndex() local
2156 VectorFormat vform = instr->GetSVEVectorFormat(); in SimulateSVESaturatingIntMulLongIdx() local
2308 VectorFormat vform = instr->GetSVEVectorFormat(); in Simulate_ZdS_PgM_ZnS() local
[all …]
Dsimulator-aarch64.h413 void SetActive(VectorFormat vform, int lane_index, bool value) { in SetActive()
422 bool IsActive(VectorFormat vform, int lane_index) const { in IsActive()
513 int64_t Int(VectorFormat vform, int index) const { in Int()
536 uint64_t Uint(VectorFormat vform, int index) const { in Uint()
559 int UintArray(VectorFormat vform, uint64_t* dst) const { in UintArray()
566 uint64_t UintLeftJustified(VectorFormat vform, int index) const { in UintLeftJustified()
570 int64_t IntLeftJustified(VectorFormat vform, int index) const { in IntLeftJustified()
577 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt()
598 void SetIntArray(VectorFormat vform, const int64_t* src) const { in SetIntArray()
605 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint()
[all …]
Ddisasm-aarch64.cc2480 VectorFormat vform = nfd.GetVectorFormat(); in VisitNEONCopy() local
3185 VectorFormat vform = nfd.GetVectorFormat(0); in VisitNEONScalar3Same() local
5268 VectorFormat vform = instr->GetSVEVectorFormat(); in VisitSVEIntUnaryArithmeticPredicated() local
5487 VectorFormat vform = instr->GetSVEVectorFormat(); in Disassemble_PdT_PgZ_ZnT_ZmT() local
5590 VectorFormat vform = instr->GetSVEVectorFormat(); in Disassemble_ZdT_PgZ_ZnT_ZmT() local
5784 VectorFormat vform = instr->GetSVEVectorFormat(); in Disassemble_ZdaT_ZnTb_ZmTb_const() local
Dinstructions-aarch64.h849 static const VectorFormat vform[] = {kFormatUndefined, in GetVectorFormat() local