Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dneon-matrix-multiply.cc70 __ Ld1(v4.V4S(), v5.V4S(), v6.V4S(), v7.V4S(), MemOperand(x1)); in GenerateNEONMatrixMultiply() local
72 __ Ld1(v16.V4S(), v17.V4S(), v18.V4S(), v19.V4S(), MemOperand(x2)); in GenerateNEONMatrixMultiply() local
Dadd2-vectors.cc56 __ Ld1(v0.V16B(), MemOperand(x0)); in GenerateAdd2Vectors() local
57 __ Ld1(v1.V16B(), MemOperand(x1, 16, PostIndex)); in GenerateAdd2Vectors() local
/external/v8/src/arm64/
Dmacro-assembler-arm64.h1384 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() function
1388 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() function
1392 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() function
1397 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() function
1402 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp306 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads()
364 auto *Ld1 = dyn_cast<LoadInst>(Mul1_LHS[x]); in CreateParallelMACPairs() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2953 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() function
2958 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() function
2963 void Ld1(const VRegister& vt, in Ld1() function
2971 void Ld1(const VRegister& vt, in Ld1() function
2980 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() function
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc3749 __ Ld1(v2.V8B(), MemOperand(x17)); in TEST() local
3751 __ Ld1(v3.V8B(), v4.V8B(), MemOperand(x17)); in TEST() local
3753 __ Ld1(v5.V4H(), v6.V4H(), v7.V4H(), MemOperand(x17)); in TEST() local
3755 __ Ld1(v16.V2S(), v17.V2S(), v18.V2S(), v19.V2S(), MemOperand(x17)); in TEST() local
3757 __ Ld1(v30.V2S(), v31.V2S(), v0.V2S(), v1.V2S(), MemOperand(x17)); in TEST() local
3759 __ Ld1(v20.V1D(), v21.V1D(), v22.V1D(), v23.V1D(), MemOperand(x17)); in TEST() local
3805 __ Ld1(v2.V8B(), MemOperand(x17, x23, PostIndex)); in TEST() local
3806 __ Ld1(v3.V8B(), v4.V8B(), MemOperand(x18, 16, PostIndex)); in TEST() local
3807 __ Ld1(v5.V4H(), v6.V4H(), v7.V4H(), MemOperand(x19, 24, PostIndex)); in TEST() local
3808 __ Ld1(v16.V2S(), in TEST() local
[all …]