Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dneon-matrix-multiply.cc73 __ 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
Dadd2-vectors.cc59 __ Ld1(v0.V16B(), MemOperand(x0)); in GenerateAdd2Vectors() local
60 __ Ld1(v1.V16B(), MemOperand(x1, 16, PostIndex)); in GenerateAdd2Vectors() local
/external/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h1556 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() function
1560 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() function
1564 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() function
1569 void Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in Ld1() function
1574 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() function
/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc312 __ Ld1(v2.V8B(), MemOperand(x17)); in TEST() local
314 __ Ld1(v3.V8B(), v4.V8B(), MemOperand(x17)); in TEST() local
316 __ Ld1(v5.V4H(), v6.V4H(), v7.V4H(), MemOperand(x17)); in TEST() local
318 __ Ld1(v16.V2S(), v17.V2S(), v18.V2S(), v19.V2S(), MemOperand(x17)); in TEST() local
320 __ Ld1(v30.V2S(), v31.V2S(), v0.V2S(), v1.V2S(), MemOperand(x17)); in TEST() local
322 __ Ld1(v20.V1D(), v21.V1D(), v22.V1D(), v23.V1D(), MemOperand(x17)); in TEST() local
368 __ Ld1(v2.V8B(), MemOperand(x17, x23, PostIndex)); in TEST() local
369 __ Ld1(v3.V8B(), v4.V8B(), MemOperand(x18, 16, PostIndex)); in TEST() local
370 __ Ld1(v5.V4H(), v6.V4H(), v7.V4H(), MemOperand(x19, 24, PostIndex)); in TEST() local
371 __ Ld1(v16.V2S(), in TEST() local
[all …]
Dtest-assembler-aarch64.cc11749 __ Ld1(v0.V16B(), MemOperand(x10, x11, PostIndex)); in TEST() local
/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.h3059 void Ld1(const VRegister& vt, const MemOperand& src) { in Ld1() function
3064 void Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) { in Ld1() function
3069 void Ld1(const VRegister& vt, in Ld1() function
3077 void Ld1(const VRegister& vt, in Ld1() function
3086 void Ld1(const VRegister& vt, int lane, const MemOperand& src) { in Ld1() function