/external/v8/src/codegen/arm64/ |
D | register-arm64.cc | 12 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth() 33 VectorFormat VectorFormatDoubleWidth(VectorFormat vform) { in VectorFormatDoubleWidth() 54 VectorFormat VectorFormatFillQ(VectorFormat vform) { in VectorFormatFillQ() 77 VectorFormat VectorFormatHalfWidthDoubleLanes(VectorFormat vform) { in VectorFormatHalfWidthDoubleLanes() 96 VectorFormat VectorFormatDoubleLanes(VectorFormat vform) { in VectorFormatDoubleLanes() 110 VectorFormat VectorFormatHalfLanes(VectorFormat vform) { in VectorFormatHalfLanes() 143 VectorFormat ScalarFormatFromFormat(VectorFormat vform) { in ScalarFormatFromFormat() 147 unsigned RegisterSizeInBytesFromFormat(VectorFormat vform) { in RegisterSizeInBytesFromFormat() 151 unsigned RegisterSizeInBitsFromFormat(VectorFormat vform) { in RegisterSizeInBitsFromFormat() 172 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat() [all …]
|
D | instructions-arm64.cc | 389 static const VectorFormat vform[] = { in GetVectorFormat() local
|
/external/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 346 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1() 354 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, int index, in ld1() 359 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1r() 366 void Simulator::ld2(VectorFormat vform, LogicVRegister dst1, in ld2() 380 void Simulator::ld2(VectorFormat vform, LogicVRegister dst1, in ld2() 389 void Simulator::ld2r(VectorFormat vform, LogicVRegister dst1, in ld2r() 400 void Simulator::ld3(VectorFormat vform, LogicVRegister dst1, in ld3() 418 void Simulator::ld3(VectorFormat vform, LogicVRegister dst1, in ld3() 431 void Simulator::ld3r(VectorFormat vform, LogicVRegister dst1, in ld3r() 445 void Simulator::ld4(VectorFormat vform, LogicVRegister dst1, in ld4() [all …]
|
D | simulator-arm64.h | 388 int64_t Int(VectorFormat vform, int index) const { in Int() 410 uint64_t Uint(VectorFormat vform, int index) const { in Uint() 432 uint64_t UintLeftJustified(VectorFormat vform, int index) const { in UintLeftJustified() 436 int64_t IntLeftJustified(VectorFormat vform, int index) const { in IntLeftJustified() 443 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt() 463 void SetIntArray(VectorFormat vform, const int64_t* src) const { in SetIntArray() 470 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint() 490 void SetUintArray(VectorFormat vform, const uint64_t* src) const { in SetUintArray() 513 void ClearForWrite(VectorFormat vform) const { in ClearForWrite() 560 LogicVRegister& SignedSaturate(VectorFormat vform) { in SignedSaturate() [all …]
|
D | simulator-arm64.cc | 784 void LogicVRegister::ReadUintFromMem(VectorFormat vform, int index, in ReadUintFromMem() 804 void LogicVRegister::WriteUintToMem(VectorFormat vform, int index, in WriteUintToMem() 1047 VectorFormat vform) { in GetPrintRegisterFormat() 1080 VectorFormat vform) { in GetPrintRegisterFormatFP() 2926 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing1Source() local 3017 VectorFormat vform = (instr->Mask(FP64) == FP64) ? kFormatD : kFormatS; in VisitFPDataProcessing2Source() local 4999 VectorFormat vform = kFormatUndefined; in VisitNEONModifiedImmediate() local
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 399 VectorFormat VectorFormatHalfWidth(VectorFormat vform) { in VectorFormatHalfWidth() 422 VectorFormat VectorFormatDoubleWidth(VectorFormat vform) { in VectorFormatDoubleWidth() 445 VectorFormat VectorFormatFillQ(VectorFormat vform) { in VectorFormatFillQ() 469 VectorFormat VectorFormatHalfWidthDoubleLanes(VectorFormat vform) { in VectorFormatHalfWidthDoubleLanes() 489 VectorFormat VectorFormatDoubleLanes(VectorFormat vform) { in VectorFormatDoubleLanes() 505 VectorFormat VectorFormatHalfLanes(VectorFormat vform) { in VectorFormatHalfLanes() 538 VectorFormat ScalarFormatFromFormat(VectorFormat vform) { in ScalarFormatFromFormat() 543 unsigned RegisterSizeInBitsFromFormat(VectorFormat vform) { in RegisterSizeInBitsFromFormat() 566 unsigned RegisterSizeInBytesFromFormat(VectorFormat vform) { in RegisterSizeInBytesFromFormat() 571 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) { in LaneSizeInBitsFromFormat() [all …]
|
D | logic-aarch64.cc | 170 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, LogicVRegister dst, uint64_t addr) { in ld1r() 195 void Simulator::ld2(VectorFormat vform, in ld2() 212 void Simulator::ld2(VectorFormat vform, in ld2() 225 void Simulator::ld2r(VectorFormat vform, in ld2r() 239 void Simulator::ld3(VectorFormat vform, in ld3() 261 void Simulator::ld3(VectorFormat vform, in ld3() 278 void Simulator::ld3r(VectorFormat vform, in ld3r() 296 void Simulator::ld4(VectorFormat vform, in ld4() [all …]
|
D | simulator-aarch64.h | 207 int64_t Int(VectorFormat vform, int index) const { in Int() 229 uint64_t Uint(VectorFormat vform, int index) const { in Uint() 251 uint64_t UintLeftJustified(VectorFormat vform, int index) const { in UintLeftJustified() 255 int64_t IntLeftJustified(VectorFormat vform, int index) const { in IntLeftJustified() 262 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt() 282 void SetIntArray(VectorFormat vform, const int64_t* src) const { in SetIntArray() 289 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint() 309 void SetUintArray(VectorFormat vform, const uint64_t* src) const { in SetUintArray() 316 void ReadUintFromMem(VectorFormat vform, int index, uint64_t addr) const { in ReadUintFromMem() 336 void WriteUintToMem(VectorFormat vform, int index, uint64_t addr) const { in WriteUintToMem() [all …]
|
D | simulator-aarch64.cc | 565 VectorFormat vform) { in GetPrintRegisterFormat() 600 VectorFormat vform) { in GetPrintRegisterFormatFP() 3498 VectorFormat vform; in VisitFPDataProcessing1Source() local 3644 VectorFormat vform; in VisitFPDataProcessing2Source() local 5756 VectorFormat vform = kFormatUndefined; in VisitNEONModifiedImmediate() local
|
D | instructions-aarch64.h | 727 static const VectorFormat vform[] = {kFormatUndefined, in GetVectorFormat() local
|