/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in vpx_lpf_horizontal_16_dspr2() local 70 sp0 = sp1 + pitch; in vpx_lpf_horizontal_16_dspr2() 92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 133 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 169 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0) in vpx_lpf_horizontal_16_dspr2() 212 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 242 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 255 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 291 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 304 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() [all …]
|
D | loopfilter_mb_dspr2.c | 31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local 61 sp0 = sp1 + pitch; in vpx_lpf_horizontal_8_dspr2() 79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 100 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 127 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 157 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 170 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 206 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 219 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 249 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-scvt.ll | 72 define float @fct1(i8* nocapture %sp0) { 78 %addr = getelementptr i8, i8* %sp0, i64 1 85 define float @fct2(i16* nocapture %sp0) { 91 %addr = getelementptr i16, i16* %sp0, i64 1 98 define float @fct3(i32* nocapture %sp0) { 104 %addr = getelementptr i32, i32* %sp0, i64 1 112 define float @fct4(i64* nocapture %sp0) { 118 %addr = getelementptr i64, i64* %sp0, i64 1 126 define float @fct5(i8* nocapture %sp0, i64 %offset) { 132 %addr = getelementptr i8, i8* %sp0, i64 %offset [all …]
|
D | arm64-vector-ldst.ll | 417 define <8 x i8> @fct16(i8* nocapture %sp0) { 422 %addr = getelementptr i8, i8* %sp0, i64 1 429 define <16 x i8> @fct17(i8* nocapture %sp0) { 434 %addr = getelementptr i8, i8* %sp0, i64 1 441 define <4 x i16> @fct18(i16* nocapture %sp0) { 446 %addr = getelementptr i16, i16* %sp0, i64 1 453 define <8 x i16> @fct19(i16* nocapture %sp0) { 458 %addr = getelementptr i16, i16* %sp0, i64 1 465 define <2 x i32> @fct20(i32* nocapture %sp0) { 470 %addr = getelementptr i32, i32* %sp0, i64 1 [all …]
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
D | lock.pass.cpp | 40 std::shared_ptr<A> sp0(new A); in main() local 41 std::weak_ptr<A> wp(sp0); in main() 44 assert(sp.get() == sp0.get()); in main() 49 std::shared_ptr<A> sp0(new A); in main() local 50 std::weak_ptr<A> wp(sp0); in main() 51 sp0.reset(); in main()
|
D | expired.pass.cpp | 38 std::shared_ptr<A> sp0(new A); in main() local 39 std::weak_ptr<A> wp(sp0); in main() 42 sp0.reset(); in main()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
D | weak_ptr.pass.cpp | 57 std::shared_ptr<A> sp0(new A); in main() local 58 std::weak_ptr<A> wp(sp0); in main() 61 assert(sp.get() == sp0.get()); in main() 66 std::shared_ptr<A> sp0(new A); in main() local 67 std::weak_ptr<A> wp(sp0); in main() 68 sp0.reset(); in main()
|
/external/regex-re2/re2/testing/ |
D | backtrack.cc | 115 StringPiece sp0; in Search() local 117 submatch_ = &sp0; in Search() 234 StringPiece sp0; in UnsafeSearchBacktrack() local 238 match = &sp0; in UnsafeSearchBacktrack()
|
/external/llvm/test/CodeGen/ARM/ |
D | vector-DAGCombine.ll | 180 define <8 x i16> @t3(i8 zeroext %xf, i8* nocapture %sp0, i8* nocapture %sp1, i32* nocapture %outp) { 182 %pix_sp0.0.cast = bitcast i8* %sp0 to i32* 198 define <8 x i16> @t4(i8* nocapture %sp0) { 202 %pix_sp0.0.cast = bitcast i8* %sp0 to i32* 219 define <8 x i16> @t5(i8* nocapture %sp0, i8* nocapture %sp1, i8* nocapture %sp2) { 221 %pix_sp0.0.cast = bitcast i8* %sp0 to i32*
|
/external/opencv3/modules/imgproc/src/ |
D | segmentation.cpp | 332 double sp0, double sr, int max_level, in pyrMeanShiftFiltering() argument 410 float sp = (float)(sp0 / (1 << level)); in pyrMeanShiftFiltering() 560 double sp0, double sr, int max_level, in cvPyrMeanShiftFiltering() argument 566 cv::pyrMeanShiftFiltering(src, dst, sp0, sr, max_level, termcrit); in cvPyrMeanShiftFiltering()
|
/external/regex-re2/re2/ |
D | bitstate.cc | 358 StringPiece sp0; in SearchBitState() local 362 match = &sp0; in SearchBitState()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 7 define arm_apcscc void @NEON_vst4q_u32(i32* nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp… 9 %0 = bitcast i32* %sp0 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
|
/external/opencv/cv/src/ |
D | cvsegmentation.cpp | 327 double sp0, double sr, int max_level, in cvPyrMeanShiftFiltering() argument 407 float sp = (float)(sp0 / (1 << level)); in cvPyrMeanShiftFiltering()
|
/external/webp/src/dsp/ |
D | dec_neon.c | 506 const int8x16_t sp0 = vqaddq_s8(p0s, delta3); in ApplyFilter2() local 508 *op0 = FlipSignBack(sp0); in ApplyFilter2()
|
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 2274 Operand sp0 = Operand(rsp, 0); in TEST() local 2277 __ movl(rdx, sp0); // Sanity check. in TEST() 2284 __ movl(rdx, Operand(sp0, 2 * kPointerSize)); in TEST()
|