/external/vixl/examples/aarch64/ |
D | neon-matrix-multiply.cc | 73 __ Ld1(v4.V4S(), v5.V4S(), v6.V4S(), v7.V4S(), MemOperand(x1)); in GenerateNEONMatrixMultiply() local 75 __ Ld1(v16.V4S(), v17.V4S(), v18.V4S(), v19.V4S(), MemOperand(x2)); in GenerateNEONMatrixMultiply() local
|
D | add2-vectors.cc | 59 __ Ld1(v0.V16B(), MemOperand(x0)); in GenerateAdd2Vectors() local 60 __ Ld1(v1.V16B(), MemOperand(x1, 16, PostIndex)); in GenerateAdd2Vectors() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 302 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads() 566 auto Ld1 = static_cast<LoadInst*>(PMul1->LHS); in CreateParallelPairs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 310 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads() 570 auto Ld1 = static_cast<LoadInst*>(PMul1->LHS); in CreateParallelPairs() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-neon-aarch64.cc | 311 __ Ld1(v2.V8B(), MemOperand(x17)); in TEST() local 313 __ Ld1(v3.V8B(), v4.V8B(), MemOperand(x17)); in TEST() local 315 __ Ld1(v5.V4H(), v6.V4H(), v7.V4H(), MemOperand(x17)); in TEST() local 317 __ Ld1(v16.V2S(), v17.V2S(), v18.V2S(), v19.V2S(), MemOperand(x17)); in TEST() local 319 __ Ld1(v30.V2S(), v31.V2S(), v0.V2S(), v1.V2S(), MemOperand(x17)); in TEST() local 321 __ Ld1(v20.V1D(), v21.V1D(), v22.V1D(), v23.V1D(), MemOperand(x17)); in TEST() local 367 __ Ld1(v2.V8B(), MemOperand(x17, x23, PostIndex)); in TEST() local 368 __ Ld1(v3.V8B(), v4.V8B(), MemOperand(x18, 16, PostIndex)); in TEST() local 369 __ Ld1(v5.V4H(), v6.V4H(), v7.V4H(), MemOperand(x19, 24, PostIndex)); in TEST() local 370 __ Ld1(v16.V2S(), in TEST() local [all …]
|
D | test-assembler-aarch64.cc | 12481 __ Ld1(v0.V16B(), MemOperand(x10, x11, PostIndex)); in TEST() local 15361 __ Ld1(q0.V16B(), q1.V16B(), q2.V16B(), q3.V16B(), MemOperand(x0)); in TEST() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 3284 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() function 3289 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() function 3294 void Ld1(const VRegister& vt, in Ld1() function 3302 void Ld1(const VRegister& vt, in Ld1() function 3311 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() function
|