Home
last modified time | relevance | path

Searched defs:ld1 (Results 1 – 13 of 13) sorted by relevance

/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc5196 __ ld1(v18.V16B(), v19.V16B(), v20.V16B(), v21.V16B(), bad_memory); in TEST() local
5197 __ ld1(v23.V16B(), v24.V16B(), v25.V16B(), v26.V16B(), bad_memory); in TEST() local
5198 __ ld1(v5.V16B(), v6.V16B(), v7.V16B(), v8.V16B(), bad_memory); in TEST() local
5199 __ ld1(v18.V16B(), v19.V16B(), v20.V16B(), bad_memory); in TEST() local
5200 __ ld1(v13.V16B(), v14.V16B(), v15.V16B(), bad_memory); in TEST() local
5201 __ ld1(v19.V16B(), v20.V16B(), v21.V16B(), bad_memory); in TEST() local
5202 __ ld1(v17.V16B(), v18.V16B(), bad_memory); in TEST() local
5203 __ ld1(v20.V16B(), v21.V16B(), bad_memory); in TEST() local
5204 __ ld1(v28.V16B(), v29.V16B(), bad_memory); in TEST() local
5205 __ ld1(v29.V16B(), bad_memory); in TEST() local
[all …]
Dtest-trace-aarch64.cc794 __ ld1(v18.V16B(), v19.V16B(), v20.V16B(), v21.V16B(), MemOperand(x0)); in GenerateTestSequenceNEON() local
795 __ ld1(v23.V16B(), in GenerateTestSequenceNEON() local
800 __ ld1(v5.V16B(), in GenerateTestSequenceNEON() local
805 __ ld1(v18.V16B(), v19.V16B(), v20.V16B(), MemOperand(x0)); in GenerateTestSequenceNEON() local
806 __ ld1(v13.V16B(), v14.V16B(), v15.V16B(), MemOperand(x1, x2, PostIndex)); in GenerateTestSequenceNEON() local
807 __ ld1(v19.V16B(), v20.V16B(), v21.V16B(), MemOperand(x1, 48, PostIndex)); in GenerateTestSequenceNEON() local
808 __ ld1(v17.V16B(), v18.V16B(), MemOperand(x0)); in GenerateTestSequenceNEON() local
809 __ ld1(v20.V16B(), v21.V16B(), MemOperand(x1, x2, PostIndex)); in GenerateTestSequenceNEON() local
810 __ ld1(v28.V16B(), v29.V16B(), MemOperand(x1, 32, PostIndex)); in GenerateTestSequenceNEON() local
811 __ ld1(v29.V16B(), MemOperand(x0)); in GenerateTestSequenceNEON() local
[all …]
Dtest-assembler-sve-aarch64.cc8810 Ld1Macro ld1, in Ldff1Helper()
9823 Ld1Macro ld1, in GatherLoadScalarPlusVectorHelper()
/external/cronet/tot/third_party/libc++/src/test/std/numerics/numbers/
Dspecialize.pass.cpp58 [[maybe_unused]] long double ld1{std::numbers::log2e_v<long double>}; in tests() local
Ddefined.pass.cpp57 [[maybe_unused]] const long double* ld1{&std::numbers::log2e_v<long double>}; in tests() local
/external/cronet/stable/third_party/libc++/src/test/std/numerics/numbers/
Dspecialize.pass.cpp58 [[maybe_unused]] long double ld1{std::numbers::log2e_v<long double>}; in tests() local
Ddefined.pass.cpp57 [[maybe_unused]] const long double* ld1{&std::numbers::log2e_v<long double>}; in tests() local
/external/clang/test/CodeGen/
Dx86_32-arguments-iamcu.c68 long double longDoubleArg(long double ld1) { return ld1; } in longDoubleArg()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c396 __m128i ld1, ld2, ld3; in fetch_clamp_linear_bgra() local
/external/XNNPACK/src/jit/
Daarch64-assembler.cc460 void Assembler::ld1(VRegisterList vs, MemOperand xn, int32_t imm) { in ld1() function in xnnpack::aarch64::Assembler
/external/vixl/src/aarch64/
Dassembler-aarch64.cc2623 void Assembler::ld1(const VRegister& vt, const MemOperand& src) { in ld1() function in vixl::aarch64::Assembler
2629 void Assembler::ld1(const VRegister& vt, in ld1() function in vixl::aarch64::Assembler
2640 void Assembler::ld1(const VRegister& vt, in ld1() function in vixl::aarch64::Assembler
2652 void Assembler::ld1(const VRegister& vt, in ld1() function in vixl::aarch64::Assembler
2934 void Assembler::ld1(const VRegister& vt, int lane, const MemOperand& src) { in ld1() function in vixl::aarch64::Assembler
Dlogic-aarch64.cc186 bool Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1() function in vixl::aarch64::Simulator
198 bool Simulator::ld1(VectorFormat vform, in ld1() function in vixl::aarch64::Simulator
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp3989 DeadCodeElim::checkSplitLoad(Instruction *ld1) in checkSplitLoad()