/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 5196 __ 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 …]
|
D | test-trace-aarch64.cc | 794 __ 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 …]
|
D | test-assembler-sve-aarch64.cc | 8810 Ld1Macro ld1, in Ldff1Helper() 9823 Ld1Macro ld1, in GatherLoadScalarPlusVectorHelper()
|
/external/cronet/tot/third_party/libc++/src/test/std/numerics/numbers/ |
D | specialize.pass.cpp | 58 [[maybe_unused]] long double ld1{std::numbers::log2e_v<long double>}; in tests() local
|
D | defined.pass.cpp | 57 [[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/ |
D | specialize.pass.cpp | 58 [[maybe_unused]] long double ld1{std::numbers::log2e_v<long double>}; in tests() local
|
D | defined.pass.cpp | 57 [[maybe_unused]] const long double* ld1{&std::numbers::log2e_v<long double>}; in tests() local
|
/external/clang/test/CodeGen/ |
D | x86_32-arguments-iamcu.c | 68 long double longDoubleArg(long double ld1) { return ld1; } in longDoubleArg()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 396 __m128i ld1, ld2, ld3; in fetch_clamp_linear_bgra() local
|
/external/XNNPACK/src/jit/ |
D | aarch64-assembler.cc | 460 void Assembler::ld1(VRegisterList vs, MemOperand xn, int32_t imm) { in ld1() function in xnnpack::aarch64::Assembler
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 2623 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
|
D | logic-aarch64.cc | 186 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/ |
D | nv50_ir_peephole.cpp | 3989 DeadCodeElim::checkSplitLoad(Instruction *ld1) in checkSplitLoad()
|